Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
c92e0014
Unverified
Commit
c92e0014
authored
Jul 29, 2022
by
Kevin Moore
Committed by
GitHub
Jul 29, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update web links for autofill (#108640)
parent
7f1a8f79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
54 additions
and
55 deletions
+54
-55
autofill.dart
packages/flutter/lib/src/services/autofill.dart
+54
-55
No files found.
packages/flutter/lib/src/services/autofill.dart
View file @
c92e0014
...
@@ -22,7 +22,6 @@ class AutofillHints {
...
@@ -22,7 +22,6 @@ class AutofillHints {
///
///
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * Android: [AUTOFILL_HINT_POSTAL_ADDRESS_LOCALITY](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_POSTAL_ADDRESS_LOCALITY).
/// * iOS: [addressCity](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * iOS: [addressCity](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
addressCity
=
'addressCity'
;
static
const
String
addressCity
=
'addressCity'
;
...
@@ -49,7 +48,7 @@ class AutofillHints {
...
@@ -49,7 +48,7 @@ class AutofillHints {
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * Android: [AUTOFILL_HINT_BIRTH_DATE_FULL](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_BIRTH_DATE_FULL).
/// * Android: [AUTOFILL_HINT_BIRTH_DATE_FULL](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_BIRTH_DATE_FULL).
/// * web: ["bday"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["bday"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
birthday
=
'birthday'
;
static
const
String
birthday
=
'birthday'
;
...
@@ -58,7 +57,7 @@ class AutofillHints {
...
@@ -58,7 +57,7 @@ class AutofillHints {
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * Android: [AUTOFILL_HINT_BIRTH_DATE_DAY](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_BIRTH_DATE_DAY).
/// * Android: [AUTOFILL_HINT_BIRTH_DATE_DAY](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_BIRTH_DATE_DAY).
/// * web: ["bday-day"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["bday-day"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
birthdayDay
=
'birthdayDay'
;
static
const
String
birthdayDay
=
'birthdayDay'
;
...
@@ -67,7 +66,7 @@ class AutofillHints {
...
@@ -67,7 +66,7 @@ class AutofillHints {
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * Android: [AUTOFILL_HINT_BIRTH_DATE_MONTH](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_BIRTH_DATE_MONTH).
/// * Android: [AUTOFILL_HINT_BIRTH_DATE_MONTH](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_BIRTH_DATE_MONTH).
/// * web: ["bday-month"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["bday-month"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
birthdayMonth
=
'birthdayMonth'
;
static
const
String
birthdayMonth
=
'birthdayMonth'
;
...
@@ -76,7 +75,7 @@ class AutofillHints {
...
@@ -76,7 +75,7 @@ class AutofillHints {
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * Android: [AUTOFILL_HINT_BIRTH_DATE_YEAR](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_BIRTH_DATE_YEAR).
/// * Android: [AUTOFILL_HINT_BIRTH_DATE_YEAR](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_BIRTH_DATE_YEAR).
/// * web: ["bday-year"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["bday-year"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
birthdayYear
=
'birthdayYear'
;
static
const
String
birthdayYear
=
'birthdayYear'
;
...
@@ -85,7 +84,7 @@ class AutofillHints {
...
@@ -85,7 +84,7 @@ class AutofillHints {
///
///
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * web: ["country"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["country"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
countryCode
=
'countryCode'
;
static
const
String
countryCode
=
'countryCode'
;
...
@@ -95,7 +94,7 @@ class AutofillHints {
...
@@ -95,7 +94,7 @@ class AutofillHints {
///
///
/// * Android: [AUTOFILL_HINT_POSTAL_ADDRESS_COUNTRY](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_POSTAL_ADDRESS_COUNTRY).
/// * Android: [AUTOFILL_HINT_POSTAL_ADDRESS_COUNTRY](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_POSTAL_ADDRESS_COUNTRY).
/// * iOS: [countryName](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * iOS: [countryName](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * web: ["country-name"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["country-name"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
countryName
=
'countryName'
;
static
const
String
countryName
=
'countryName'
;
...
@@ -104,7 +103,7 @@ class AutofillHints {
...
@@ -104,7 +103,7 @@ class AutofillHints {
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * Android: [AUTOFILL_HINT_CREDIT_CARD_NUMBER](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_CREDIT_CARD_NUMBER).
/// * Android: [AUTOFILL_HINT_CREDIT_CARD_NUMBER](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_CREDIT_CARD_NUMBER).
/// * web: ["cc-exp"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["cc-exp"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
creditCardExpirationDate
=
'creditCardExpirationDate'
;
static
const
String
creditCardExpirationDate
=
'creditCardExpirationDate'
;
...
@@ -121,7 +120,7 @@ class AutofillHints {
...
@@ -121,7 +120,7 @@ class AutofillHints {
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * Android: [AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH).
/// * Android: [AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH).
/// * web: ["cc-exp-month"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["cc-exp-month"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
creditCardExpirationMonth
=
'creditCardExpirationMonth'
;
static
const
String
creditCardExpirationMonth
=
'creditCardExpirationMonth'
;
...
@@ -130,7 +129,7 @@ class AutofillHints {
...
@@ -130,7 +129,7 @@ class AutofillHints {
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * Android: [AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR).
/// * Android: [AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR).
/// * web: ["cc-exp-year"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["cc-exp-year"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
creditCardExpirationYear
=
'creditCardExpirationYear'
;
static
const
String
creditCardExpirationYear
=
'creditCardExpirationYear'
;
...
@@ -139,7 +138,7 @@ class AutofillHints {
...
@@ -139,7 +138,7 @@ class AutofillHints {
///
///
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * web: ["cc-family-name"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["cc-family-name"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
creditCardFamilyName
=
'creditCardFamilyName'
;
static
const
String
creditCardFamilyName
=
'creditCardFamilyName'
;
...
@@ -148,7 +147,7 @@ class AutofillHints {
...
@@ -148,7 +147,7 @@ class AutofillHints {
///
///
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * web: ["cc-given-name"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["cc-given-name"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
creditCardGivenName
=
'creditCardGivenName'
;
static
const
String
creditCardGivenName
=
'creditCardGivenName'
;
...
@@ -157,7 +156,7 @@ class AutofillHints {
...
@@ -157,7 +156,7 @@ class AutofillHints {
///
///
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * web: ["cc-additional-name"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["cc-additional-name"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
creditCardMiddleName
=
'creditCardMiddleName'
;
static
const
String
creditCardMiddleName
=
'creditCardMiddleName'
;
...
@@ -165,7 +164,7 @@ class AutofillHints {
...
@@ -165,7 +164,7 @@ class AutofillHints {
///
///
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * web: ["cc-name"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["cc-name"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
creditCardName
=
'creditCardName'
;
static
const
String
creditCardName
=
'creditCardName'
;
...
@@ -175,7 +174,7 @@ class AutofillHints {
...
@@ -175,7 +174,7 @@ class AutofillHints {
///
///
/// * Android: [AUTOFILL_HINT_CREDIT_CARD_NUMBER](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_CREDIT_CARD_NUMBER).
/// * Android: [AUTOFILL_HINT_CREDIT_CARD_NUMBER](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_CREDIT_CARD_NUMBER).
/// * iOS: [creditCardNumber](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * iOS: [creditCardNumber](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * web: ["cc-number"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["cc-number"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
creditCardNumber
=
'creditCardNumber'
;
static
const
String
creditCardNumber
=
'creditCardNumber'
;
...
@@ -184,7 +183,7 @@ class AutofillHints {
...
@@ -184,7 +183,7 @@ class AutofillHints {
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * Android: [AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE).
/// * Android: [AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE).
/// * web: ["cc-csc"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["cc-csc"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
creditCardSecurityCode
=
'creditCardSecurityCode'
;
static
const
String
creditCardSecurityCode
=
'creditCardSecurityCode'
;
...
@@ -192,7 +191,7 @@ class AutofillHints {
...
@@ -192,7 +191,7 @@ class AutofillHints {
///
///
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * web: ["cc-type"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["cc-type"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
creditCardType
=
'creditCardType'
;
static
const
String
creditCardType
=
'creditCardType'
;
...
@@ -202,7 +201,7 @@ class AutofillHints {
...
@@ -202,7 +201,7 @@ class AutofillHints {
///
///
/// * Android: [AUTOFILL_HINT_EMAIL_ADDRESS](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_EMAIL_ADDRESS).
/// * Android: [AUTOFILL_HINT_EMAIL_ADDRESS](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_EMAIL_ADDRESS).
/// * iOS: [emailAddress](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * iOS: [emailAddress](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * web: ["email"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["email"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
email
=
'email'
;
static
const
String
email
=
'email'
;
...
@@ -212,7 +211,7 @@ class AutofillHints {
...
@@ -212,7 +211,7 @@ class AutofillHints {
///
///
/// * Android: [AUTOFILL_HINT_PERSON_NAME_FAMILY](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_PERSON_NAME_FAMILY).
/// * Android: [AUTOFILL_HINT_PERSON_NAME_FAMILY](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_PERSON_NAME_FAMILY).
/// * iOS: [familyName](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * iOS: [familyName](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * web: ["family-name"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["family-name"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
familyName
=
'familyName'
;
static
const
String
familyName
=
'familyName'
;
...
@@ -222,7 +221,7 @@ class AutofillHints {
...
@@ -222,7 +221,7 @@ class AutofillHints {
///
///
/// * Android: [AUTOFILL_HINT_POSTAL_ADDRESS_STREET_ADDRESS](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_POSTAL_ADDRESS_STREET_ADDRESS).
/// * Android: [AUTOFILL_HINT_POSTAL_ADDRESS_STREET_ADDRESS](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_POSTAL_ADDRESS_STREET_ADDRESS).
/// * iOS: [fullStreetAddress](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * iOS: [fullStreetAddress](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * web: ["street-address"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["street-address"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
fullStreetAddress
=
'fullStreetAddress'
;
static
const
String
fullStreetAddress
=
'fullStreetAddress'
;
...
@@ -231,7 +230,7 @@ class AutofillHints {
...
@@ -231,7 +230,7 @@ class AutofillHints {
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * Android: [AUTOFILL_HINT_GENDER](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_GENDER).
/// * Android: [AUTOFILL_HINT_GENDER](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_GENDER).
/// * web: ["sex"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["sex"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
gender
=
'gender'
;
static
const
String
gender
=
'gender'
;
...
@@ -241,7 +240,7 @@ class AutofillHints {
...
@@ -241,7 +240,7 @@ class AutofillHints {
///
///
/// * Android: [AUTOFILL_HINT_PERSON_NAME_GIVEN](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_PERSON_NAME_GIVEN).
/// * Android: [AUTOFILL_HINT_PERSON_NAME_GIVEN](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_PERSON_NAME_GIVEN).
/// * iOS: [givenName](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * iOS: [givenName](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * web: ["given-name"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["given-name"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
givenName
=
'givenName'
;
static
const
String
givenName
=
'givenName'
;
...
@@ -250,7 +249,7 @@ class AutofillHints {
...
@@ -250,7 +249,7 @@ class AutofillHints {
///
///
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * web: ["impp"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["impp"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
impp
=
'impp'
;
static
const
String
impp
=
'impp'
;
...
@@ -259,7 +258,7 @@ class AutofillHints {
...
@@ -259,7 +258,7 @@ class AutofillHints {
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * iOS: [jobTitle](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * iOS: [jobTitle](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * web: ["organization-title"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["organization-title"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
jobTitle
=
'jobTitle'
;
static
const
String
jobTitle
=
'jobTitle'
;
...
@@ -267,7 +266,7 @@ class AutofillHints {
...
@@ -267,7 +266,7 @@ class AutofillHints {
///
///
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * web: ["language"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["language"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
language
=
'language'
;
static
const
String
language
=
'language'
;
...
@@ -294,7 +293,7 @@ class AutofillHints {
...
@@ -294,7 +293,7 @@ class AutofillHints {
///
///
/// * Android: [AUTOFILL_HINT_PERSON_NAME_MIDDLE](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_PERSON_NAME_MIDDLE).
/// * Android: [AUTOFILL_HINT_PERSON_NAME_MIDDLE](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_PERSON_NAME_MIDDLE).
/// * iOS: [middleName](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * iOS: [middleName](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * web: ["additional-name"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["additional-name"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
middleName
=
'middleName'
;
static
const
String
middleName
=
'middleName'
;
...
@@ -304,7 +303,7 @@ class AutofillHints {
...
@@ -304,7 +303,7 @@ class AutofillHints {
///
///
/// * Android: [AUTOFILL_HINT_PERSON_NAME](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_PERSON_NAME).
/// * Android: [AUTOFILL_HINT_PERSON_NAME](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_PERSON_NAME).
/// * iOS: [name](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * iOS: [name](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * web: ["name"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["name"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
name
=
'name'
;
static
const
String
name
=
'name'
;
...
@@ -314,7 +313,7 @@ class AutofillHints {
...
@@ -314,7 +313,7 @@ class AutofillHints {
///
///
/// * Android: [AUTOFILL_HINT_PERSON_NAME_PREFIX](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_PERSON_NAME_PREFIX).
/// * Android: [AUTOFILL_HINT_PERSON_NAME_PREFIX](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_PERSON_NAME_PREFIX).
/// * iOS: [namePrefix](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * iOS: [namePrefix](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * web: ["honorific-prefix"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["honorific-prefix"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
namePrefix
=
'namePrefix'
;
static
const
String
namePrefix
=
'namePrefix'
;
...
@@ -324,7 +323,7 @@ class AutofillHints {
...
@@ -324,7 +323,7 @@ class AutofillHints {
///
///
/// * Android: [AUTOFILL_HINT_PERSON_NAME_SUFFIX](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_PERSON_NAME_SUFFIX).
/// * Android: [AUTOFILL_HINT_PERSON_NAME_SUFFIX](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_PERSON_NAME_SUFFIX).
/// * iOS: [nameSuffix](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * iOS: [nameSuffix](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * web: ["honorific-suffix"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["honorific-suffix"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
nameSuffix
=
'nameSuffix'
;
static
const
String
nameSuffix
=
'nameSuffix'
;
...
@@ -334,7 +333,7 @@ class AutofillHints {
...
@@ -334,7 +333,7 @@ class AutofillHints {
///
///
/// * Android: [AUTOFILL_HINT_NEW_PASSWORD](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_NEW_PASSWORD).
/// * Android: [AUTOFILL_HINT_NEW_PASSWORD](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_NEW_PASSWORD).
/// * iOS: [newPassword](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * iOS: [newPassword](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * web: ["new-password"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["new-password"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
newPassword
=
'newPassword'
;
static
const
String
newPassword
=
'newPassword'
;
...
@@ -351,7 +350,7 @@ class AutofillHints {
...
@@ -351,7 +350,7 @@ class AutofillHints {
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * iOS: [nickname](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * iOS: [nickname](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * web: ["nickname"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["nickname"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
nickname
=
'nickname'
;
static
const
String
nickname
=
'nickname'
;
...
@@ -361,7 +360,7 @@ class AutofillHints {
...
@@ -361,7 +360,7 @@ class AutofillHints {
///
///
/// * Android: [AUTOFILL_HINT_SMS_OTP](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_SMS_OTP).
/// * Android: [AUTOFILL_HINT_SMS_OTP](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_SMS_OTP).
/// * iOS: [oneTimeCode](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * iOS: [oneTimeCode](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * web: ["one-time-code"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["one-time-code"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
oneTimeCode
=
'oneTimeCode'
;
static
const
String
oneTimeCode
=
'oneTimeCode'
;
...
@@ -372,7 +371,7 @@ class AutofillHints {
...
@@ -372,7 +371,7 @@ class AutofillHints {
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * iOS: [organizationName](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * iOS: [organizationName](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * web: ["organization"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["organization"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
organizationName
=
'organizationName'
;
static
const
String
organizationName
=
'organizationName'
;
...
@@ -382,7 +381,7 @@ class AutofillHints {
...
@@ -382,7 +381,7 @@ class AutofillHints {
///
///
/// * Android: [AUTOFILL_HINT_PASSWORD](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_PASSWORD).
/// * Android: [AUTOFILL_HINT_PASSWORD](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_PASSWORD).
/// * iOS: [password](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * iOS: [password](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * web: ["current-password"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["current-password"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
password
=
'password'
;
static
const
String
password
=
'password'
;
...
@@ -392,7 +391,7 @@ class AutofillHints {
...
@@ -392,7 +391,7 @@ class AutofillHints {
///
///
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * web: ["photo"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["photo"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
photo
=
'photo'
;
static
const
String
photo
=
'photo'
;
...
@@ -426,7 +425,7 @@ class AutofillHints {
...
@@ -426,7 +425,7 @@ class AutofillHints {
///
///
/// * Android: [AUTOFILL_HINT_POSTAL_CODE](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_POSTAL_CODE).
/// * Android: [AUTOFILL_HINT_POSTAL_CODE](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_POSTAL_CODE).
/// * iOS: [postalCode](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * iOS: [postalCode](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * web: ["postal-code"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["postal-code"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
postalCode
=
'postalCode'
;
static
const
String
postalCode
=
'postalCode'
;
...
@@ -437,7 +436,7 @@ class AutofillHints {
...
@@ -437,7 +436,7 @@ class AutofillHints {
///
///
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * web: ["address-level1"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["address-level1"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
streetAddressLevel1
=
'streetAddressLevel1'
;
static
const
String
streetAddressLevel1
=
'streetAddressLevel1'
;
...
@@ -447,7 +446,7 @@ class AutofillHints {
...
@@ -447,7 +446,7 @@ class AutofillHints {
///
///
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * web: ["address-level2"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["address-level2"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
streetAddressLevel2
=
'streetAddressLevel2'
;
static
const
String
streetAddressLevel2
=
'streetAddressLevel2'
;
...
@@ -456,7 +455,7 @@ class AutofillHints {
...
@@ -456,7 +455,7 @@ class AutofillHints {
///
///
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * web: ["address-level3"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["address-level3"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
streetAddressLevel3
=
'streetAddressLevel3'
;
static
const
String
streetAddressLevel3
=
'streetAddressLevel3'
;
...
@@ -465,7 +464,7 @@ class AutofillHints {
...
@@ -465,7 +464,7 @@ class AutofillHints {
///
///
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * web: ["address-level4"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["address-level4"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
streetAddressLevel4
=
'streetAddressLevel4'
;
static
const
String
streetAddressLevel4
=
'streetAddressLevel4'
;
...
@@ -474,7 +473,7 @@ class AutofillHints {
...
@@ -474,7 +473,7 @@ class AutofillHints {
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * iOS: [streetAddressLine1](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * iOS: [streetAddressLine1](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * web: ["address-line1"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["address-line1"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
streetAddressLine1
=
'streetAddressLine1'
;
static
const
String
streetAddressLine1
=
'streetAddressLine1'
;
...
@@ -484,7 +483,7 @@ class AutofillHints {
...
@@ -484,7 +483,7 @@ class AutofillHints {
///
///
/// * iOS: [streetAddressLine2](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * iOS: [streetAddressLine2](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// As of iOS 14.2 this hint does not trigger autofill.
/// As of iOS 14.2 this hint does not trigger autofill.
/// * web: ["address-line2"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["address-line2"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
streetAddressLine2
=
'streetAddressLine2'
;
static
const
String
streetAddressLine2
=
'streetAddressLine2'
;
...
@@ -492,7 +491,7 @@ class AutofillHints {
...
@@ -492,7 +491,7 @@ class AutofillHints {
///
///
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * web: ["address-line3"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["address-line3"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
streetAddressLine3
=
'streetAddressLine3'
;
static
const
String
streetAddressLine3
=
'streetAddressLine3'
;
...
@@ -510,7 +509,7 @@ class AutofillHints {
...
@@ -510,7 +509,7 @@ class AutofillHints {
///
///
/// * Android: [AUTOFILL_HINT_PHONE_NUMBER](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_PHONE_NUMBER).
/// * Android: [AUTOFILL_HINT_PHONE_NUMBER](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_PHONE_NUMBER).
/// * iOS: [telephoneNumber](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * iOS: [telephoneNumber](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * web: ["tel"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["tel"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
telephoneNumber
=
'telephoneNumber'
;
static
const
String
telephoneNumber
=
'telephoneNumber'
;
...
@@ -519,7 +518,7 @@ class AutofillHints {
...
@@ -519,7 +518,7 @@ class AutofillHints {
///
///
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * web: ["tel-area-code"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["tel-area-code"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
telephoneNumberAreaCode
=
'telephoneNumberAreaCode'
;
static
const
String
telephoneNumberAreaCode
=
'telephoneNumberAreaCode'
;
...
@@ -528,7 +527,7 @@ class AutofillHints {
...
@@ -528,7 +527,7 @@ class AutofillHints {
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * Android: [AUTOFILL_HINT_PHONE_COUNTRY_CODE](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_PHONE_COUNTRY_CODE).
/// * Android: [AUTOFILL_HINT_PHONE_COUNTRY_CODE](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_PHONE_COUNTRY_CODE).
/// * web: ["tel-country-code"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["tel-country-code"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
telephoneNumberCountryCode
=
'telephoneNumberCountryCode'
;
static
const
String
telephoneNumberCountryCode
=
'telephoneNumberCountryCode'
;
...
@@ -545,7 +544,7 @@ class AutofillHints {
...
@@ -545,7 +544,7 @@ class AutofillHints {
///
///
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * web: ["tel-extension"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["tel-extension"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
telephoneNumberExtension
=
'telephoneNumberExtension'
;
static
const
String
telephoneNumberExtension
=
'telephoneNumberExtension'
;
...
@@ -554,7 +553,7 @@ class AutofillHints {
...
@@ -554,7 +553,7 @@ class AutofillHints {
///
///
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * web: ["tel-local"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["tel-local"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
telephoneNumberLocal
=
'telephoneNumberLocal'
;
static
const
String
telephoneNumberLocal
=
'telephoneNumberLocal'
;
...
@@ -564,7 +563,7 @@ class AutofillHints {
...
@@ -564,7 +563,7 @@ class AutofillHints {
///
///
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * web: ["tel-local-prefix"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["tel-local-prefix"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
telephoneNumberLocalPrefix
=
'telephoneNumberLocalPrefix'
;
static
const
String
telephoneNumberLocalPrefix
=
'telephoneNumberLocalPrefix'
;
...
@@ -574,7 +573,7 @@ class AutofillHints {
...
@@ -574,7 +573,7 @@ class AutofillHints {
///
///
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * web: ["tel-local-suffix"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["tel-local-suffix"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
telephoneNumberLocalSuffix
=
'telephoneNumberLocalSuffix'
;
static
const
String
telephoneNumberLocalSuffix
=
'telephoneNumberLocalSuffix'
;
...
@@ -583,7 +582,7 @@ class AutofillHints {
...
@@ -583,7 +582,7 @@ class AutofillHints {
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * Android: [AUTOFILL_HINT_PHONE_NATIONAL](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_PHONE_NATIONAL).
/// * Android: [AUTOFILL_HINT_PHONE_NATIONAL](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_PHONE_NATIONAL).
/// * web: ["tel-national"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["tel-national"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
telephoneNumberNational
=
'telephoneNumberNational'
;
static
const
String
telephoneNumberNational
=
'telephoneNumberNational'
;
...
@@ -592,7 +591,7 @@ class AutofillHints {
...
@@ -592,7 +591,7 @@ class AutofillHints {
///
///
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * web: ["transaction-amount"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["transaction-amount"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
transactionAmount
=
'transactionAmount'
;
static
const
String
transactionAmount
=
'transactionAmount'
;
...
@@ -601,7 +600,7 @@ class AutofillHints {
...
@@ -601,7 +600,7 @@ class AutofillHints {
///
///
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * web: ["transaction-currency"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["transaction-currency"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
transactionCurrency
=
'transactionCurrency'
;
static
const
String
transactionCurrency
=
'transactionCurrency'
;
...
@@ -610,7 +609,7 @@ class AutofillHints {
...
@@ -610,7 +609,7 @@ class AutofillHints {
/// This hint will be translated to the below values on different platforms:
/// This hint will be translated to the below values on different platforms:
///
///
/// * iOS: [URL](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * iOS: [URL](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * web: ["url"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["url"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
url
=
'url'
;
static
const
String
url
=
'url'
;
...
@@ -620,7 +619,7 @@ class AutofillHints {
...
@@ -620,7 +619,7 @@ class AutofillHints {
///
///
/// * Android: [AUTOFILL_HINT_USERNAME](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_USERNAME).
/// * Android: [AUTOFILL_HINT_USERNAME](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_USERNAME).
/// * iOS: [username](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * iOS: [username](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * web: ["username"](https://
www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls
-the-autocomplete-attribute).
/// * web: ["username"](https://
html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:
-the-autocomplete-attribute).
/// * Otherwise, the hint string will be used as-is.
/// * Otherwise, the hint string will be used as-is.
static
const
String
username
=
'username'
;
static
const
String
username
=
'username'
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment