View All Created

This commit is contained in:
2025-11-24 18:16:53 +05:30
parent adb9a5330b
commit b7fe6a9d18
4 changed files with 316 additions and 82 deletions

View File

@@ -127,6 +127,9 @@ class _KMobileState extends State<KMobile> with WidgetsBindingObserver {
theme: themeState.getLightThemeData(),
darkTheme: themeState.getDarkThemeData(),
themeMode: context.watch<ThemeModeCubit>().state.mode,
navigatorObservers: [
getIt<RouteObserver<ModalRoute<void>>>(),
],
onGenerateRoute: AppRoutes.generateRoute,
initialRoute: AppRoutes.splash,
home: const AuthGate(),