mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-15 01:35:23 +00:00
initialized Routine Page
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_bloc/flutter_bloc.dart';
|
||||
import 'package:syncrow_app/features/auth/bloc/auth_cubit.dart';
|
||||
import 'package:syncrow_app/features/navigation/bloc/nav_cubit.dart';
|
||||
import 'package:syncrow_app/features/app_layout/bloc/nav_cubit.dart';
|
||||
import 'package:syncrow_app/utils/resource_manager/color_manager.dart';
|
||||
import 'package:syncrow_app/utils/resource_manager/theme_manager.dart';
|
||||
|
||||
@ -31,7 +31,7 @@ class MyApp extends StatelessWidget {
|
||||
onGenerateRoute: router.Router.generateRoute,
|
||||
initialRoute: Routes.splash,
|
||||
themeMode: ThemeMode.system,
|
||||
theme: myTheme,
|
||||
theme: ThemeManager.selectTheme(),
|
||||
supportedLocales: const [
|
||||
Locale('en', ''), // English, no country code
|
||||
Locale('ar', ''), // Arabic, no country code
|
||||
|
Reference in New Issue
Block a user