added map cache

This commit is contained in:
Mohamed Nouffer
2023-03-17 11:54:12 +05:30
parent 044e5595c2
commit 05a812428a
15 changed files with 802 additions and 408 deletions

View File

@ -46,8 +46,8 @@ class IndexController extends GetxController {
var is_custom_area_selected = false.obs;
MapController? mapController;
MapController? rogMapController;
MapController mapController = MapController();
MapController rogMapController = MapController();
var mode = 0.obs;