SignInSignUpWordings class

Constructors

SignInSignUpWordings({String cancelButtonText = 'Cancel', String signInTitle = 'Sign in to Archer', String signInButtonText = 'Sign in', String signInAppBarTitle = 'Sign in', String sendACodeButtonText = 'Send a code', String continueWithPassword = 'Continue with Password', String forgotPasswordButtonText = 'Forgot Password?', String firstName = 'First Name', String lastName = 'Last Name', String emailOrPhone = 'Email or Phone', String password = 'Password', String confirmPassword = 'Confirm Password', String forgotPassword = 'Forgot Password?', String continueWord = 'Continue', String errorMessageTextFieldEmpty = 'Please enter some text', String errorMessageTextFielEmailOrPhone = 'The Login is not in the correct format', String errorMessageTextFieldPassword = 'the password is not strong enough', String errorMessageTextFieldPasswordWeak = "Weak. Your password is unsafe, add more letters, special characters and numbers", String errorMessageTextFieldPasswordAverage = 'Average. Your password is not safe enough. Try to add more special characters and numbers', String errorMessageTextFieldPasswordStrong = 'Strong. Your password is safe!', String errorMessageTextFieldConfirmPassword = 'The passwords you have entered do not match', String checkCodeTitle = 'Enter the digit code:', String checkCodeSubtitle = 'Sent to ', String checkCodePhoneSubtitle = 'Texted to ', String apiErrorTokenMessage = 'Invalid Company Token', String resetPasswordTitle = "Reset password", String resetPasswordSubtitle = "We will send you a link to reset your password.", String resetPasswordButton = "Send link to reset password", String changePasswordTitle = "Create a new password", String changePasswordButton = "Save new password"})

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited