baseproject

This commit is contained in:
Gaurav Kumar
2025-09-06 19:21:52 +05:30
commit 01be9df2ed
254 changed files with 28342 additions and 0 deletions
+18
View File
@@ -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';
}