Initial commit
This commit is contained in:
16
lib/router/name_routes.dart
Normal file
16
lib/router/name_routes.dart
Normal file
@@ -0,0 +1,16 @@
|
||||
class Routes {
|
||||
static const String initial = '/';
|
||||
static const String language = '/language';
|
||||
static const String auth = '/auth';
|
||||
static const String signUp = '/signUp';
|
||||
static const String authConfirm = '/authConfirm';
|
||||
static const String home = '/home';
|
||||
static const String profile = '/profile';
|
||||
static const String main = '/main';
|
||||
static const String calculation = '/calculation';
|
||||
static const String calculationInfo = '/calculationInfo';
|
||||
static const String orderInfo = '/orderInfo';
|
||||
static const String comment = '/comment';
|
||||
static const String notification = '/notification';
|
||||
static const String image = '/image';
|
||||
}
|
||||
Reference in New Issue
Block a user