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 Apr 5, 2022
1 parent 3b8b742 commit 6d42153
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [2.0.13] - 05 Apr 2022
* Add getter for flag emoji in `Country` model
* Add option for bottom sheet height.
```Dart
showCountryPicker(
context: context,
countryListTheme: CountryListThemeData(
bottomSheetHeight: 500, // Optional. Country list modal height
),
onSelect: (Country country) => print('Select country: ${country.displayName}'),
);
```
## [2.0.12] - 28 Feb 2022
* Update example android gradle
* Fix Kurdish translation for Curaçao name
Expand Down

0 comments on commit 6d42153

Please sign in to comment.