Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Ioannou authored Oct 11, 2020
1 parent 701a88b commit 8d28ef6
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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: <String>['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: <String>['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

Expand Down

0 comments on commit 8d28ef6

Please sign in to comment.