AutofillHints class

A collection of commonly used autofill hint strings on different platforms.

Each hint is pre-defined on at least one supported platform. See their documentation for their availability on each platform, and the platform values each autofill hint corresponds to.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

addressCity → const String
The input field expects an address locality (city/town).
addressCityAndState → const String
The input field expects a city name combined with a state name.
addressState → const String
The input field expects a region/state.
birthday → const String
The input field expects a person's full birth date.
birthdayDay → const String
The input field expects a person's birth day(of the month).
birthdayMonth → const String
The input field expects a person's birth month.
birthdayYear → const String
The input field expects a person's birth year.
countryCode → const String
The input field expects an ISO 3166-1-alpha-2 country code.
countryName → const String
The input field expects a country name.
creditCardExpirationDate → const String
The input field expects a credit card expiration date.
creditCardExpirationDay → const String
The input field expects a credit card expiration day.
creditCardExpirationMonth → const String
The input field expects a credit card expiration month.
creditCardExpirationYear → const String
The input field expects a credit card expiration year.
creditCardFamilyName → const String
The input field expects the holder's last/family name as given on a credit card.
creditCardGivenName → const String
The input field expects the holder's first/given name as given on a credit card.
creditCardMiddleName → const String
The input field expects the holder's middle name as given on a credit card.
creditCardName → const String
The input field expects the holder's full name as given on a credit card.
creditCardNumber → const String
The input field expects a credit card number.
creditCardSecurityCode → const String
The input field expects a credit card security code.
creditCardType → const String
The input field expects the type of a credit card, for example "Visa".
email → const String
The input field expects an email address.
familyName → const String
The input field expects a person's last/family name.
fullStreetAddress → const String
The input field expects a street address that fully identifies a location.
gender → const String
The input field expects a gender.
givenName → const String
The input field expects a person's first/given name.
impp → const String
The input field expects a URL representing an instant messaging protocol endpoint.
jobTitle → const String
The input field expects a job title.
language → const String
The input field expects the preferred language of the user.
location → const String
The input field expects a location, such as a point of interest, an address,or another way to identify a location.
middleInitial → const String
The input field expects a person's middle initial.
middleName → const String
The input field expects a person's middle name.
name → const String
The input field expects a person's full name.
namePrefix → const String
The input field expects a person's name prefix or title, such as "Dr.".
nameSuffix → const String
The input field expects a person's name suffix, such as "Jr.".
newPassword → const String
The input field expects a newly created password for save/update.
newUsername → const String
The input field expects a newly created username for save/update.
nickname → const String
The input field expects a nickname.
oneTimeCode → const String
The input field expects a SMS one-time code.
organizationName → const String
The input field expects an organization name corresponding to the person, address, or contact information in the other fields associated with this field.
password → const String
The input field expects a password.
photo → const String
The input field expects a photograph, icon, or other image corresponding to the company, person, address, or contact information in the other fields associated with this field.
postalAddress → const String
The input field expects a postal address.
postalAddressExtended → const String
The input field expects an auxiliary address details.
postalAddressExtendedPostalCode → const String
The input field expects an extended ZIP/POSTAL code.
postalCode → const String
The input field expects a postal code.
streetAddressLevel1 → const String
The first administrative level in the address. This is typically the province in which the address is located. In the United States, this would be the state. In Switzerland, the canton. In the United Kingdom, the post town.
streetAddressLevel2 → const String
The second administrative level, in addresses with at least two of them. In countries with two administrative levels, this would typically be the city, town, village, or other locality in which the address is located.
streetAddressLevel3 → const String
The third administrative level, in addresses with at least three administrative levels.
streetAddressLevel4 → const String
The finest-grained administrative level, in addresses which have four levels.
streetAddressLine1 → const String
The input field expects the first line of a street address.
streetAddressLine2 → const String
The input field expects the second line of a street address.
streetAddressLine3 → const String
The input field expects the third line of a street address.
sublocality → const String
The input field expects a sublocality.
telephoneNumber → const String
The input field expects a telephone number.
telephoneNumberAreaCode → const String
The input field expects a phone number's area code, with a country -internal prefix applied if applicable.
telephoneNumberCountryCode → const String
The input field expects a phone number's country code.
telephoneNumberDevice → const String
The input field expects the current device's phone number, usually for Sign Up / OTP flows.
telephoneNumberExtension → const String
The input field expects a phone number's internal extension code.
telephoneNumberLocal → const String
The input field expects a phone number without the country code and area code components.
telephoneNumberLocalPrefix → const String
The input field expects the first part of the component of the telephone number that follows the area code, when that component is split into two components.
telephoneNumberLocalSuffix → const String
The input field expects the second part of the component of the telephone number that follows the area code, when that component is split into two components.
telephoneNumberNational → const String
The input field expects a phone number without country code.
transactionAmount → const String
The amount that the user would like for the transaction (e.g. when entering a bid or sale price).
transactionCurrency → const String
The currency that the user would prefer the transaction to use, in ISO 4217 currency code.
url → const String
The input field expects a URL.
username → const String
The input field expects a username or an account name.