LoginMessages class

Mixed in types

Constructors

LoginMessages({String? userHint, String passwordHint = defaultPasswordHint, String confirmPasswordHint = defaultConfirmPasswordHint, String forgotPasswordButton = defaultForgotPasswordButton, String loginButton = defaultLoginButton, String signupButton = defaultSignupButton, String recoverPasswordButton = defaultRecoverPasswordButton, String recoverPasswordIntro = defaultRecoverPasswordIntro, String recoverPasswordDescription = defaultRecoverPasswordDescription, String goBackButton = defaultGoBackButton, String confirmPasswordError = defaultConfirmPasswordError, String recoverPasswordSuccess = defaultRecoverPasswordSuccess, String flushbarTitleError = defaultflushbarTitleError, String flushbarTitleSuccess = defaultflushbarTitleSuccess, String signUpSuccess = defaultSignUpSuccess, String providersTitleFirst = defaultProvidersTitleFirst, String providersTitleSecond = defaultProvidersTitleSecond, String additionalSignUpSubmitButton = defaultAdditionalSignUpSubmitButton, String additionalSignUpFormDescription = defaultAdditionalSignUpFormDescription, String confirmSignupIntro = defaultConfirmSignupIntro, String confirmationCodeHint = defaultConfirmationCodeHint, String confirmationCodeValidationError = defaultConfirmationCodeValidationError, String resendCodeButton = defaultResendCodeButton, String resendCodeSuccess = defaultResendCodeSuccess, String confirmSignupButton = defaultConfirmSignupButton, String confirmSignupSuccess = defaultConfirmSignupSuccess, String confirmRecoverIntro = defaultConfirmRecoverIntro, String recoveryCodeHint = defaultRecoveryCodeHint, String recoveryCodeValidationError = defaultRecoveryCodeValidationError, String setPasswordButton = defaultSetPasswordButton, String confirmRecoverSuccess = defaultConfirmRecoverSuccess, String recoverCodePasswordDescription = defaultRecoverCodePasswordDescription})

Properties

additionalSignUpFormDescription String
Description in the additional signup form
final
additionalSignUpSubmitButton String
Additional signup form button's label
final
confirmationCodeHint String
Hint text of the confirmation code for confirming signup
final
confirmationCodeValidationError String
The validation error message to show for an empty confirmation code
final
confirmPasswordError String
The error message to show when the confirm password not match with the original password
final
confirmPasswordHint String
Hint text of the confirm password TextField
final
confirmRecoverIntro String
The intro text for the confirm recover password card
final
confirmRecoverSuccess String
The success message to show after confirming recovered password
final
confirmSignupButton String
Confirm signup button's label
final
confirmSignupIntro String
The intro text for the confirm signup card
final
confirmSignupSuccess String
The success message to show after confirming signup
final
flushbarTitleError String
Title on top of Flushbar on errors
final
flushbarTitleSuccess String
Title on top of Flushbar on successes
final
forgotPasswordButton String
Forgot password button's label
final
goBackButton String
Go back button's label. Go back button is used to go back to to login/signup form from the recover password form
final
hashCode int
The hash code for this object.
no setterinherited
hasListeners bool
Whether any listeners are currently registered.
no setterinherited
loginButton String
Login button's label
final
passwordHint String
Hint text of the password TextField
final
providersTitleFirst String
The string shown above the Providers buttons
final
providersTitleSecond String
The string shown above the Providers icons
final
recoverCodePasswordDescription String
Description in password recovery form, shown when the onConfirmRecover callback is provided
final
recoverPasswordButton String
Recover password button's label
final
recoverPasswordDescription String
Description in password recovery form, shown when the onConfirmRecover callback is not provided
final
recoverPasswordIntro String
Intro in password recovery form
final
recoverPasswordSuccess String
The success message to show after submitting recover password
final
recoveryCodeHint String
Hint text of the password recovery code TextField
final
recoveryCodeValidationError String
The validation error message to show for an empty recovery code
final
resendCodeButton String
Resend code button's label
final
resendCodeSuccess String
The success message to show after resending confirmation code
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setPasswordButton String
Set password button's label for password recovery confirmation
final
signupButton String
Signup button's label
final
signUpSuccess String
The success message to show after signing up
final
userHint String?
Hint text of the userHint TextField Default will be selected based on userType
final

Methods

addListener(VoidCallback listener) → void
Register a closure to be called when the object changes.
inherited
dispose() → void
Discards any resources used by the object. After this is called, the object is not in a usable state and should be discarded (calls to addListener will throw after the object is disposed).
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners() → void
Call all the registered listeners.
inherited
removeListener(VoidCallback listener) → void
Remove a previously registered closure from the list of closures that are notified when the object changes.
inherited
toString() String
A string representation of this object.
inherited

Operators

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