Skip to content

Commit

Permalink
V2.0.23
Browse files Browse the repository at this point in the history
Merge pull request #133 from Daniel-Ioannou/v2.0.23
  • Loading branch information
Daniel-Ioannou authored Dec 2, 2023
2 parents a08cec8 + 1f9985d commit 7a955fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.23
* Export `CustomFlagBuilder`
* Add parameter `useRootNavigator`

## 2.0.22
* Add support for Czech localization
* Fix typos Korean
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A flutter package to select a country from a list of countries.
Add the package to your pubspec.yaml:

```yaml
country_picker: ^2.0.22
country_picker: ^2.0.23
```
In your dart file, import the library:
Expand Down

0 comments on commit 7a955fb

Please sign in to comment.