flutter_simple_country_picker library
Classes
- CountriesLocalization
- CountriesLocalization.
- CountriesScope
- CountriesScope widget.
- CountriesState
- Countries state.
- CountriesState$Error
- Countries state.
- CountriesState$Idle
- Countries state.
- CountriesState$Loading
- Countries state.
- Country
- The country Model that has all the country information needed from the flutter_simple_country_picker
- CountryInputFormatter
- Country input formatter.
- CountryPhoneInput
- CountryInput widget.
- CountryPhoneInputExperimental
- Default phone mask filter. CountryPhoneInputExperimental widget.
- CountryPickerInheritedTheme
-
Alternative way of defining
UiTheme
. - CountryPickerTheme
- Default CountryPickerTheme
Enums
- CountryInputCompletionType
- Country input completion type.
Functions
-
showCountryPicker(
{required BuildContext context, SelectCountryCallback? onSelect, SelectedCountry? selected, VoidCallback? onDone, List< String> ? exclude, List<String> ? favorite, List<String> ? filter, bool isDismissible = true, bool isScrollControlled = true, bool showPhoneCode = false, bool showWorldWide = false, bool useAutofocus = false, bool useHaptickFeedback = true, bool useSafeArea = true, bool? showSearch}) → void - Shows a bottom sheet containing a list of countries to select one.
Typedefs
-
SelectCountryCallback
= ValueChanged<
Country> - Select country callback.
-
SelectedCountry
= ValueNotifier<
Country?> - Selected country notifier.