From e3050425fb2eb69e0f2f5ba560406265dd3a8ed0 Mon Sep 17 00:00:00 2001 From: Dharam Budh <31961037+dharambudh1@users.noreply.github.com> Date: Thu, 13 Jun 2024 14:01:23 +0530 Subject: [PATCH 1/3] Update pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 75d6448..81b8eb0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,7 +9,7 @@ environment: dependencies: flutter: sdk: flutter - http: ^0.13.5 + http: ^1.2.1 google_maps_flutter: ^2.2.0 # location: ^4.4.0 geolocator: ^9.0.1 From 0a876b14359cfd42218fff6a4a45cddd4da5043a Mon Sep 17 00:00:00 2001 From: Dharam Budh <31961037+dharambudh1@users.noreply.github.com> Date: Sat, 22 Jun 2024 14:18:18 +0530 Subject: [PATCH 2/3] Update pubspec.yaml --- pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 81b8eb0..f8a6936 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,10 +9,10 @@ environment: dependencies: flutter: sdk: flutter - http: ^1.2.1 - google_maps_flutter: ^2.2.0 + http: any + google_maps_flutter: any # location: ^4.4.0 - geolocator: ^9.0.1 + geolocator: any dev_dependencies: flutter_test: From 281c70f565ffe05089128d5b1bf1dfd987f7d354 Mon Sep 17 00:00:00 2001 From: Dharam Budh <31961037+dharambudh1@users.noreply.github.com> Date: Sat, 22 Jun 2024 15:11:25 +0530 Subject: [PATCH 3/3] Update place_picker.dart --- lib/widgets/place_picker.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widgets/place_picker.dart b/lib/widgets/place_picker.dart index dc2aec1..c7183d7 100644 --- a/lib/widgets/place_picker.dart +++ b/lib/widgets/place_picker.dart @@ -146,7 +146,7 @@ class PlacePickerState extends State { key: this.appBarKey, title: SearchInput(searchPlace), centerTitle: true, - automaticallyImplyLeading: false, + automaticallyImplyLeading: true, ), body: Column( children: [