Skip to content

Commit

Permalink
V2.0.22
Browse files Browse the repository at this point in the history
Merge pull request #127 from Daniel-Ioannou/v2.0.22
  • Loading branch information
Daniel-Ioannou authored Oct 30, 2023
2 parents e21f7f4 + b7251b6 commit aa8fad0
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.22
* Add support for Czech localization
* Fix typos Korean

## 2.0.21
* Add support for Korean localization
* Add support for Japanese localization
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.21
country_picker: ^2.0.22
```
In your dart file, import the library:
Expand Down
2 changes: 2 additions & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ linter:
rules:
avoid_print: false
overridden_fields: false
sort_pub_dependencies: false
prefer_initializing_formals: false
avoid_escaping_inner_quotes: false
avoid_classes_with_only_static_members: false
always_use_package_imports: false
prefer_single_quotes: false

no_leading_underscores_for_local_identifiers: false

analyzer:
Expand Down
2 changes: 1 addition & 1 deletion example/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.21
country_picker: ^2.0.22
```
In your dart file, import the library:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.0.21"
version: "2.0.22"
fake_async:
dependency: transitive
description:
Expand Down
6 changes: 2 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: country_picker
description: A flutter package to select a country from a list of countries.

version: 2.0.21
version: 2.0.22

homepage: https://github.com/Daniel-Ioannou
repository: https://github.com/Daniel-Ioannou/flutter_country_picker
Expand All @@ -10,13 +10,11 @@ environment:
sdk: '>=2.12.0 <4.0.0'

dependencies:
collection: ^1.17.0
collection: ^1.17.2
universal_io: ^2.2.2
flutter:
sdk: flutter



flutter:

dev_dependencies:
Expand Down

0 comments on commit aa8fad0

Please sign in to comment.