feat : auth live stock

This commit is contained in:
2025-08-03 11:55:57 +03:30
parent 2800634cab
commit 223ccbd807
29 changed files with 3833 additions and 19 deletions

View File

@@ -8,6 +8,7 @@ import 'package:rasadyar_livestock/presentation/routes/app_pages.dart';
class RootLogic extends GetxController {
List<Widget> pages = [
MapPage(),
Navigator(
key: Get.nestedKey(0),
initialRoute: LiveStockRoutes.requests,
@@ -22,7 +23,7 @@ class RootLogic extends GetxController {
}
},
),
MapPage(),
ProfilePage(),
];
RxInt currentIndex = 1.obs;