From f9fb90cd1d592142737e7c75e7b03a7d54b80a8c Mon Sep 17 00:00:00 2001 From: Loic Yabili Date: Fri, 22 Dec 2023 10:52:10 +0200 Subject: [PATCH 1/2] Update packages versions --- pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 75d6448..40b8650 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,10 +9,10 @@ environment: dependencies: flutter: sdk: flutter - http: ^0.13.5 - google_maps_flutter: ^2.2.0 + http: ^1.1.2 + google_maps_flutter: ^2.5.0 # location: ^4.4.0 - geolocator: ^9.0.1 + geolocator: ^10.1.0 dev_dependencies: flutter_test: From ee3b144215f081872e31067ce4749aac476a3cdd Mon Sep 17 00:00:00 2001 From: Loic Yabili Date: Fri, 22 Dec 2023 11:04:14 +0200 Subject: [PATCH 2/2] Replace deprecated widget --- example/example.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/example.dart b/example/example.dart index 768db3f..71fda75 100644 --- a/example/example.dart +++ b/example/example.dart @@ -12,7 +12,7 @@ class PickerDemoState extends State { return Scaffold( appBar: AppBar(title: const Text('Picker Example')), body: Center( - child: FlatButton( + child: TextButton( child: Text("Pick Delivery location"), onPressed: () { showPlacePicker();