mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-17 02:25:16 +00:00
Implemented Navigation
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
class RouteConstants {
|
||||
static const String homeRoute = "/";
|
||||
// static const String splash = '/';
|
||||
class Routes {
|
||||
static const String splash = '/';
|
||||
static const String homeRoute = '/home';
|
||||
static const String sceneRoute = '/scene';
|
||||
static const String smartRoute = '/smart';
|
||||
static const String profileRoute = '/profile';
|
||||
}
|
||||
|
Reference in New Issue
Block a user