phone_form_field library
Classes
- Country
- Country regroup informations for displaying a list of countries
- CountryCodeChip
- CountrySelector
- CountrySelectorState
- LocalizedCountryRegistry
- this saves the localized countries for each country for a given language in a cache, so it does not have to be recreated
- PhoneController
- PhoneFieldLocalization
-
Callers can lookup localized strings with an instance of PhoneFieldLocalization
returned by
PhoneFieldLocalization.of(context)
. - PhoneFormField
- Phone input extending form field.
- PhoneFormFieldState
- PhoneNumber
- represents a phone number
- PhoneValidator
- SelectorConfig
- SelectorConfigBottomSheet
- SelectorConfigCoverSheet
- SelectorConfigDialog
Enums
Functions
Typedefs
- PhoneNumberInputValidator = String? Function(PhoneNumber? phoneNumber)