Skip to content

v1.0.2

Compare
Choose a tag to compare
@Daniel-Ioannou Daniel-Ioannou released this 18 Aug 19:28
· 380 commits to master since this release
20a74a0

In this version:

  • Add exclude countries option.
showCountryPicker(
   context: context,
   exclude: <String>['KN', 'MF'], //It takes a list of country code(iso2).
   onSelect: (Country country) => print('Select country: ${country.displayName}'),
);