AutofillHints class Null safety
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.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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).
'addressCity'
- addressCityAndState → const String
-
The input field expects a city name combined with a state name.
'addressCityAndState'
- addressState → const String
-
The input field expects a region/state.
'addressState'
- birthday → const String
-
The input field expects a person's full birth date.
'birthday'
- birthdayDay → const String
-
The input field expects a person's birth day(of the month).
'birthdayDay'
- birthdayMonth → const String
-
The input field expects a person's birth month.
'birthdayMonth'
- birthdayYear → const String
-
The input field expects a person's birth year.
'birthdayYear'
- countryCode → const String
-
The input field expects an
ISO 3166-1-alpha-2 country code.
'countryCode'
- countryName → const String
-
The input field expects a country name.
'countryName'
- creditCardExpirationDate → const String
-
The input field expects a credit card expiration date.
'creditCardExpirationDate'
- creditCardExpirationDay → const String
-
The input field expects a credit card expiration day.
'creditCardExpirationDay'
- creditCardExpirationMonth → const String
-
The input field expects a credit card expiration month.
'creditCardExpirationMonth'
- creditCardExpirationYear → const String
-
The input field expects a credit card expiration year.
'creditCardExpirationYear'
- creditCardFamilyName → const String
-
The input field expects the holder's last/family name as given on a credit
card.
'creditCardFamilyName'
- creditCardGivenName → const String
-
The input field expects the holder's first/given name as given on a credit
card.
'creditCardGivenName'
- creditCardMiddleName → const String
-
The input field expects the holder's middle name as given on a credit
card.
'creditCardMiddleName'
- creditCardName → const String
-
The input field expects the holder's full name as given on a credit card.
'creditCardName'
- creditCardNumber → const String
-
The input field expects a credit card number.
'creditCardNumber'
- creditCardSecurityCode → const String
-
The input field expects a credit card security code.
'creditCardSecurityCode'
- creditCardType → const String
-
The input field expects the type of a credit card, for example "Visa".
'creditCardType'
- email → const String
-
The input field expects an email address.
'email'
- familyName → const String
-
The input field expects a person's last/family name.
'familyName'
- fullStreetAddress → const String
-
The input field expects a street address that fully identifies a location.
'fullStreetAddress'
- gender → const String
-
The input field expects a gender.
'gender'
- givenName → const String
-
The input field expects a person's first/given name.
'givenName'
- impp → const String
-
The input field expects a URL representing an instant messaging protocol
endpoint.
'impp'
- jobTitle → const String
-
The input field expects a job title.
'jobTitle'
- language → const String
-
The input field expects the preferred language of the user.
'language'
- location → const String
-
The input field expects a location, such as a point of interest, an
address,or another way to identify a location.
'location'
- middleInitial → const String
-
The input field expects a person's middle initial.
'middleInitial'
- middleName → const String
-
The input field expects a person's middle name.
'middleName'
- name → const String
-
The input field expects a person's full name.
'name'
- namePrefix → const String
-
The input field expects a person's name prefix or title, such as "Dr.".
'namePrefix'
- nameSuffix → const String
-
The input field expects a person's name suffix, such as "Jr.".
'nameSuffix'
- newPassword → const String
-
The input field expects a newly created password for save/update.
'newPassword'
- newUsername → const String
-
The input field expects a newly created username for save/update.
'newUsername'
- nickname → const String
-
The input field expects a nickname.
'nickname'
- oneTimeCode → const String
-
The input field expects a SMS one-time code.
'oneTimeCode'
- 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.
'organizationName'
- password → const String
-
The input field expects a password.
'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.
'photo'
- postalAddress → const String
-
The input field expects a postal address.
'postalAddress'
- postalAddressExtended → const String
-
The input field expects an auxiliary address details.
'postalAddressExtended'
- postalAddressExtendedPostalCode → const String
-
The input field expects an extended ZIP/POSTAL code.
'postalAddressExtendedPostalCode'
- postalCode → const String
-
The input field expects a postal code.
'postalCode'
- 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.
'streetAddressLevel1'
- 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.
'streetAddressLevel2'
- streetAddressLevel3 → const String
-
The third administrative level, in addresses with at least three
administrative levels.
'streetAddressLevel3'
- streetAddressLevel4 → const String
-
The finest-grained administrative level, in addresses which have four
levels.
'streetAddressLevel4'
- streetAddressLine1 → const String
-
The input field expects the first line of a street address.
'streetAddressLine1'
- streetAddressLine2 → const String
-
The input field expects the second line of a street address.
'streetAddressLine2'
- streetAddressLine3 → const String
-
The input field expects the third line of a street address.
'streetAddressLine3'
- sublocality → const String
-
The input field expects a sublocality.
'sublocality'
- telephoneNumber → const String
-
The input field expects a telephone number.
'telephoneNumber'
- telephoneNumberAreaCode → const String
-
The input field expects a phone number's area code, with a country
-internal prefix applied if applicable.
'telephoneNumberAreaCode'
- telephoneNumberCountryCode → const String
-
The input field expects a phone number's country code.
'telephoneNumberCountryCode'
- telephoneNumberDevice → const String
-
The input field expects the current device's phone number, usually for
Sign Up / OTP flows.
'telephoneNumberDevice'
- telephoneNumberExtension → const String
-
The input field expects a phone number's internal extension code.
'telephoneNumberExtension'
- telephoneNumberLocal → const String
-
The input field expects a phone number without the country code and area
code components.
'telephoneNumberLocal'
- 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.
'telephoneNumberLocalPrefix'
- 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.
'telephoneNumberLocalSuffix'
- telephoneNumberNational → const String
-
The input field expects a phone number without country code.
'telephoneNumberNational'
- transactionAmount → const String
-
The amount that the user would like for the transaction (e.g. when
entering a bid or sale price).
'transactionAmount'
- transactionCurrency → const String
-
The currency that the user would prefer the transaction to use, in ISO
4217 currency code.
'transactionCurrency'
- url → const String
-
The input field expects a URL.
'url'
- username → const String
-
The input field expects a username or an account name.
'username'