SharedMapWidget és térkép nézet refraktorálása

This commit is contained in:
2026-05-16 14:47:34 +02:00
parent f2457817b2
commit d50a324e44
11 changed files with 1167 additions and 1050 deletions
+6 -2
View File
@@ -11,7 +11,11 @@ class ShellBinding extends Bindings {
// TODO: implement dependencies
Get.put(ShellController());
Get.put(HomeViewController());
Get.put(MapViewController());
Get.put(MapSurveyController());
// Get.put(MapViewController());
// Get.put(MapSurveyController());
Get.lazyPut<MapSurveyController>(
() => MapSurveyController(),
fenix: true,
);
}
}