feat: add more detail for arch
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
class AppStrings {
|
||||
// App Titles
|
||||
static const String appName = 'My Awesome App';
|
||||
static const String loginTitle = 'Welcome Back';
|
||||
|
||||
// Labels and Buttons
|
||||
static const String loginButton = 'Sign In';
|
||||
static const String signupButton = 'Create Account';
|
||||
static const String forgotPassword = 'Forgot Password?';
|
||||
static const String emailHint = 'Email address';
|
||||
static const String passwordHint = 'Password';
|
||||
|
||||
// Error Messages
|
||||
static const String loginFailed =
|
||||
'Login failed. Please check your credentials.';
|
||||
static const String networkError = 'Network error. Please try again.';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user