|
1 | 1 | abstract class AppStrings {
|
2 |
| - static const String title = "Dummy Title"; |
| 2 | + static const String title = "Fit Monitor"; |
3 | 3 | static const String onboarding1Title = "Unlock Your Potential, Powered by AI";
|
4 | 4 | static const String onboarding2Title =
|
5 | 5 | "Your Personalized Coach, Anytime, Anywhere";
|
6 | 6 | static const String onboarding3Title =
|
7 | 7 | "Train Hard, Train Smart, Unlock Your Best Self";
|
8 | 8 | static const String next = "Next";
|
9 | 9 | static const getStarted = "Get Started";
|
| 10 | + static const String login = "Login"; |
| 11 | + static const String signUp = "Sign up"; |
| 12 | + static const String loginTitle = "Login To Your Account"; |
| 13 | + static const String loginSubtitle = |
| 14 | + "Access your personalized dashboard and stay on track!"; |
| 15 | + static const String registerTitle = "Create Your Account"; |
| 16 | + static const String registerSubtitle = |
| 17 | + "Join us and start your fitness journey today!"; |
| 18 | + static const String emailOrUsername = "Email or Username"; |
| 19 | + static const String password = "Password"; |
| 20 | + static const String forgetPassword = "Forget Password?"; |
| 21 | + static const String dontHaveAnAccount = "Don't have an account?"; |
| 22 | + static const String or = "or continue with"; |
| 23 | + static const String alreadyHaveAnAccount = "Already have an account?"; |
| 24 | + static const String username = "Username"; |
| 25 | + static const String email = "Email"; |
| 26 | + static const String confirmPassword = "Confirm Password"; |
| 27 | + static const String invalidMatchePassword = "Passwords do not match"; |
| 28 | + static const String invalidPassword = |
| 29 | + "Your password must be a minimum of 8 characters, at least one uppercase letter, one lowercase letter, one number, and one special character."; |
10 | 30 | }
|
0 commit comments