reactive_phone_form_field library

Classes

BottomSheetNavigator
Country
Country regroup informations for displaying a list of countries
CountryCodeChip
CountrySelector
CountrySelectorNavigator
CountrySelectorState
DialogNavigator
DraggableModalBottomSheetNavigator
LocalizedCountryRegistry
this saves the localized countries for each country for a given language in a cache, so it does not have to be recreated
ModalBottomSheetNavigator
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
PhoneValidationMessage
PhoneValidator
PhoneValidators
Provides a set of built-in validators that can be used by form controls.
ReactivePhoneFormField<T>
A ReactivePhoneFormField that contains a PhoneFormField.
RequiredPhoneValidator
SearchDelegateNavigator
ValidFixedLinePhoneValidator
ValidMobilePhoneValidator
ValidPhoneValidator
Validator that requires the control have a non-empty value.

Typedefs

PhoneNumberInputValidator = String? Function(PhoneNumber? phoneNumber)