From 5c37dea1ac877f84ea61f7a9df6e446be7fb0cef Mon Sep 17 00:00:00 2001 From: Jenish MS Date: Tue, 15 Oct 2024 18:46:04 +0530 Subject: [PATCH 1/3] change google_api_headers version --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 14c8af2..957af5c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,13 +4,13 @@ version: 0.4.0 repository: https://github.com/fluttercommunity/flutter_google_places environment: - sdk: '>=2.12.0 <3.0.0' + sdk: ">=2.12.0 <3.0.0" flutter: ">=1.17.0" dependencies: flutter: sdk: flutter - google_api_headers: ^1.3.0 + google_api_headers: ^1.6.0 google_maps_webservice: ^0.0.20-nullsafety.5 http: ^0.13.4 rxdart: ^0.27.5 From 58c2c13736934fb52e5215805ab4f204f51be3a2 Mon Sep 17 00:00:00 2001 From: Jenish MS Date: Tue, 15 Oct 2024 18:52:20 +0530 Subject: [PATCH 2/3] change major versions --- pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 957af5c..3c972be 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,15 +10,15 @@ environment: dependencies: flutter: sdk: flutter - google_api_headers: ^1.6.0 + google_api_headers: ^4.1.2 google_maps_webservice: ^0.0.20-nullsafety.5 http: ^0.13.4 - rxdart: ^0.27.5 + rxdart: ^0.28.0 dev_dependencies: flutter_test: sdk: flutter - lint: ^1.10.0 + lint: ^2.3.0 flutter: assets: From fe111947ae1443446dd7ee0443c58f04651a7428 Mon Sep 17 00:00:00 2001 From: Jenish MS Date: Tue, 15 Oct 2024 19:08:05 +0530 Subject: [PATCH 3/3] downgrade rxdart version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3c972be..a0fb71c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: google_api_headers: ^4.1.2 google_maps_webservice: ^0.0.20-nullsafety.5 http: ^0.13.4 - rxdart: ^0.28.0 + rxdart: ^0.26.0 dev_dependencies: flutter_test: