From b598398d83f82e2509c1b343568dc3a30cf558cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Baradziej?= Date: Fri, 20 Oct 2023 15:35:24 +0200 Subject: [PATCH 1/2] dart 3.0, http upgrade --- pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3007fd5..2a77e4d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,13 +5,13 @@ homepage: https://github.com/wslaimin repository: https://github.com/wslaimin/http_proxy environment: - sdk: ">=2.12.0 <3.0.0" - flutter: ">=1.10.0" + sdk: '>=3.1.3 <4.0.0' + flutter: 3.13.6 dependencies: flutter: sdk: flutter - http: ^0.13.4 + http: 1.1.0 dev_dependencies: flutter_test: From 4d6b962b439712ddd3ddbf3fad8701d5e590dadd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Baradziej?= Date: Thu, 16 Nov 2023 11:20:42 +0100 Subject: [PATCH 2/2] dart 3.0, http upgrade --- pubspec.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 2a77e4d..2c02357 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,12 +6,11 @@ repository: https://github.com/wslaimin/http_proxy environment: sdk: '>=3.1.3 <4.0.0' - flutter: 3.13.6 dependencies: flutter: sdk: flutter - http: 1.1.0 + http: ^1.0.0 dev_dependencies: flutter_test: