Country picker
A flutter package to select a country from a list of countries.
Getting Started
Add the package to your pubspec.yaml:
In your dart file, import the library:
Show country picker using showCountryPicker
:
Parameters:
onSelect
: Called when a country is select. The country picker passes the new value to the callback (required)showPhoneCode
: Can be used to to show phone code before the country name.exclude
: Can be used to exclude(remove) one ore more country from the countries list (optional).