baseproject
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
class RouteNames {
|
||||
|
||||
// AUTH VIEW //
|
||||
static const splashView = '/splash';
|
||||
static const loginView = '/login';
|
||||
static const signUpView = '/signUp';
|
||||
static const getOtpView = '/getOtp';
|
||||
static const verifyOtpView = '/verifyOtp';
|
||||
static const registerAccView = '/registerAccount';
|
||||
static const createAccView = '/createAccount';
|
||||
|
||||
// MAIN APP VIEW //
|
||||
static const homeView = '/home';
|
||||
static const profileView = '/profile';
|
||||
static const editProfileView = '/editProfile';
|
||||
static const changePasswordView = '/changePassword';
|
||||
static const systemParamsView = '/systemParams';
|
||||
}
|
||||
Reference in New Issue
Block a user