mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-26 17:24:55 +00:00
initialized Login UI initialized Home(no Devices) UI Added Colors (from syncrow website) Added Logo
9 lines
278 B
Dart
9 lines
278 B
Dart
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';
|
|
static const String authRoute = '/auth';
|
|
}
|