mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-27 03:04:54 +00:00
Implemented Navigation
This commit is contained in:
@ -36,7 +36,7 @@ class _MyAppState extends State<MyApp> {
|
||||
color: Colors.white,
|
||||
title: 'Syncrow App',
|
||||
onGenerateRoute: router.Router.generateRoute,
|
||||
initialRoute: RouteConstants.homeRoute,
|
||||
initialRoute: Routes.splash,
|
||||
themeMode: ThemeMode.system,
|
||||
supportedLocales: const [
|
||||
Locale('en', ''), // English, no country code
|
||||
|
||||
Reference in New Issue
Block a user