From c7e6121f00749c076a8c3d2e0608a2e6cd242e3a Mon Sep 17 00:00:00 2001 From: Mohamed Nouffer Date: Sat, 16 Jul 2022 00:08:00 +0530 Subject: [PATCH] update for Getx Error --- android/app/src/main/AndroidManifest.xml | 1 + lib/pages/destination/destination_controller.dart | 4 ++-- lib/pages/destination/destination_page.dart | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 2641257..928e324 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -4,6 +4,7 @@ + { ), floatingActionButtonLocation: FloatingActionButtonLocation.centerDocked, appBar:AppBar( - automaticallyImplyLeading: false, + automaticallyImplyLeading: true, title: Text("app_title".tr), actions: [ - Obx(() => + //Obx(() => ToggleButtons( disabledColor: Colors.grey.shade200, selectedColor: Colors.red, @@ -104,7 +104,7 @@ class _DestinationPageState extends State { }, isSelected: destinationController.isSelected, ), - ), + //), // IconButton(onPressed: (){ // showCurrentPosition(); // },