feat : permission and location service sensor on\off in inspection feature

This commit is contained in:
2025-04-30 12:48:55 +03:30
parent 4d94e576b9
commit 5770116def
6 changed files with 191 additions and 47 deletions

View File

@@ -26,7 +26,7 @@ sealed class InspectionPages {
page: () => RootPage(),
binding: BindingsBuilder(() {
Get.put(RootLogic());
Get.put(SupervisionFilterLogic());
Get.put(InspectorFilterLogic());
Get.lazyPut(() => LocationDetailsLogic(), fenix: true);
Get.lazyPut(() => ActionLogic(), fenix: true);
Get.lazyPut(() => ProfileLogic(), fenix: true);