Files
syncrow-app/lib/navigation/routing_constants.dart
Mohammad Salameh 16f47f744c initialized Splash UI
initialized Login UI
initialized Home(no Devices) UI
Added Colors (from syncrow website)
Added Logo
2024-02-15 00:10:33 +03:00

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';
}