From 4b477110b4f9441b7b7b06b05c81644daf0a35a4 Mon Sep 17 00:00:00 2001 From: Pk <83265168+pradeep14598@users.noreply.github.com> Date: Wed, 16 Feb 2022 13:23:38 +0530 Subject: [PATCH 1/3] Update select_place_action.dart --- lib/widgets/select_place_action.dart | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/widgets/select_place_action.dart b/lib/widgets/select_place_action.dart index f2e3a04..758faf0 100644 --- a/lib/widgets/select_place_action.dart +++ b/lib/widgets/select_place_action.dart @@ -25,7 +25,10 @@ class SelectPlaceAction extends StatelessWidget { ], ), ), - Icon(Icons.arrow_forward) + TextButton( + onPressed: onTap, + child: Text('Done'), + ), ], ), ), From 86eb4e8947258d13bd989b5609abc5c34fcfcc58 Mon Sep 17 00:00:00 2001 From: Pk <83265168+pradeep14598@users.noreply.github.com> Date: Wed, 16 Feb 2022 16:12:44 +0530 Subject: [PATCH 2/3] renamed done to next --- lib/widgets/select_place_action.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widgets/select_place_action.dart b/lib/widgets/select_place_action.dart index 758faf0..118cf5d 100644 --- a/lib/widgets/select_place_action.dart +++ b/lib/widgets/select_place_action.dart @@ -27,7 +27,7 @@ class SelectPlaceAction extends StatelessWidget { ), TextButton( onPressed: onTap, - child: Text('Done'), + child: Text('Next'), ), ], ), From c50bd1b8b1dd88e43e5243be64675601abf02dff Mon Sep 17 00:00:00 2001 From: Pk <83265168+pradeep14598@users.noreply.github.com> Date: Wed, 16 Feb 2022 16:14:53 +0530 Subject: [PATCH 3/3] appbar_theme --- lib/widgets/place_picker.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/widgets/place_picker.dart b/lib/widgets/place_picker.dart index 4d68ecd..c91b6c6 100644 --- a/lib/widgets/place_picker.dart +++ b/lib/widgets/place_picker.dart @@ -99,6 +99,8 @@ class PlacePickerState extends State { title: SearchInput(searchPlace), centerTitle: true, automaticallyImplyLeading: false, + iconTheme: IconThemeData.fallback(), + ), body: Column( children: [