Skip to content

V2.0.11

Compare
Choose a tag to compare
@Daniel-Ioannou Daniel-Ioannou released this 01 Feb 19:34
· 215 commits to master since this release
354ec95

In this version:

  • Fix Eswatini name
  • Fix Italy code at Turkish localization
  • Add optional argument for showing "World Wide" option at the beginning of the list
    showCountryPicker(
      context: context,
      showWorldWide: true,
      onSelect: (Country country) => print('Select country: ${country.displayName}'),
    );