HeraLocalizations class abstract

Defines the localized resource values used by the Hera widgets.

See also:

  • DefaultHeraLocalizations, the default, English-only, implementation of this interface.
  • GlobalHeraLocalizations, which provides Hera localizations for many languages.
Implementers

Constructors

HeraLocalizations()

Properties

alreadyHaveAnAccount String
The text inside the register by phone button
no setter
backToLogin String
no setter
chooseSignupMethodTitle String
The register sub title.
no setter
emailHint String
The hint in the email text field
no setter
emailLabel String
The label above the email text field
no setter
failure String
no setter
forgotPasswordButton String
The text inside the forgot password button
no setter
hashCode int
The hash code for this object.
no setterinherited
identifierHint String
The hint in the identifier text field
no setter
identifierLabel String
The label above the identifier text field
no setter
invalidEmailError String
no setter
invalidIdentifierError String
no setter
invalidPasswordError String
no setter
invalidPhoneError String
no setter
invalidUsernameError String
no setter
loginButton String
The text inside the login button
no setter
loginSubtitle String
The login sub title.
no setter
loginTitle String
The login title.
no setter
next String
no setter
noAccountButton String
The text inside the don't have an account button
no setter
orLoginText String
The "or login with" text between oidc and login
no setter
passwordDoNotMatchError String
no setter
passwordHint String
The hint in the password text field
no setter
passwordLabel String
The label above the password text field
no setter
passwordMustContainNumberError String
no setter
passwordMustContainSpecialCharError String
no setter
passwordMustContainUpperError String
no setter
passwordMustMin8LengthError String
no setter
phoneHint String
The hint in the phone text field
no setter
phoneLabel String
The label above the phone text field
no setter
registerButton String
The text inside the register button
no setter
registerByEmailButton String
The text inside the register by email button
no setter
registerByPhoneButton String
The text inside the register by phone button
no setter
registerByUsernameButton String
The text inside the register by phone button
no setter
registerSubtitle String
The text inside the register by phone button
no setter
registerTitle String
The register title.
no setter
repeatPasswordHint String
The hint in the repeat password text field
no setter
repeatPasswordLabel String
The label above the repeat password text field
no setter
resetPasswordIdentifierHint String
no setter
resetPasswordIdentifierLabel String
no setter
resetPasswordSubtitle String
no setter
resetPasswordTitle String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendResetPasswordSubtitle String
no setter
sendResetPasswordTitle String
no setter
success String
no setter
usernameHint String
The hint in the username text field
no setter
usernameLabel String
The label above the username text field
no setter
verifyButton String
no setter
verifyEmailSubtitle String
no setter
verifyEmailTitle String
no setter
verifyPhoneSubtitle String
no setter
verifyPhoneTitle String
no setter

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

Static Methods

of(BuildContext context) HeraLocalizations
The HeraLocalizations from the closest Localizations instance that encloses the given context.