This commit is contained in:
Mohamed Nouffer
2022-06-04 20:16:29 +05:30
parent 56bb8556bb
commit eea432c3c7
8 changed files with 139 additions and 5 deletions

View File

@ -31,6 +31,7 @@ class IndexController extends GetxController {
var is_loading = false.obs;
MapController? mapController;
MapController? rogMapController;
var mode = 0.obs;

View File

@ -23,6 +23,7 @@ class IndexPage extends GetView<IndexController> {
return Scaffold(
drawer: const DrawerPage(),
appBar: AppBar(
automaticallyImplyLeading: false,
title: Text("app_title".tr),
actions: [
ElevatedButton(onPressed: (){}, child: CatWidget(indexController: indexController,)),