diff --git a/CHANGELOG.md b/CHANGELOG.md index 86d2a21..da9c39d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,17 @@ ## [1.1.2] - 11 Oct 2020 - -* Add support for Greek localization. -* At search change contains to startsWith. -* Add country filter option. - - Can be used to uses filter the countries list (optional). - - It takes a list of country code(iso2). - - Can't provide both exclude and countryFilter -```Dart -showCountryPicker( - context: context, - countryFilter: ['AT', 'GB', 'DK', 'DE', 'FR', 'GR'], //It takes a list of country code(iso2). - onSelect: (Country country) => print('Select country: ${country.displayName}'), -); -``` + * Add support for Greek localization. + * At search change contains to startsWith. + * Add country filter option. + - Can be used to uses filter the countries list (optional). + - It takes a list of country code(iso2). + - Can't provide both exclude and countryFilter + ```Dart + showCountryPicker( + context: context, + countryFilter: ['AT', 'GB', 'DK', 'DE', 'FR', 'GR'], //It takes a list of country code(iso2). + onSelect: (Country country) => print('Select country: ${country.displayName}'), + ); + ``` ## [1.1.1] - 24 Sep 2020