country_picker/flutter_country_picker library
Classes
- Country
- A country definition with image asset, dialing code and localized name.
- CountryPicker
- The country picker widget exposes an dialog to select a country from a pre defined list, see Country.ALL
Functions
-
showBottomSheet(
{required BuildContext context, required Country defaultCountry, required bool withBottomSheet}) → Future< Country?> -
showCountryPicker(
{required BuildContext context, required Country defaultCountry}) → Future< Country?>