Skip to content

Commit a4b2fe3

Browse files
committed
bump version
1 parent 3dca758 commit a4b2fe3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.0.2
2+
3+
- added localization for no_country text in italian and english (please open a pr with other languages if you know them 🙏)
4+
- added possibility to inject a custom list of countries using `CountryCodePicker.countryList`
5+
- minor fixes
6+
17
## 2.0.1
28

39
- Use `universal_platform` package

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: country_code_picker
22
description: A flutter package for showing a country code selector. In addition it gives the possibility to select a list of favorites countries, as well as to search using a simple searchbox
3-
version: 2.0.1
3+
version: 2.0.2
44
homepage: https://github.com/imtoori/CountryCodePicker
55

66
environment:
@@ -12,7 +12,7 @@ dependencies:
1212

1313
modal_bottom_sheet: ^2.0.0
1414
collection: ^1.15.0
15-
universal_platform: ^1.0.0-nullsafety
15+
universal_platform: ^1.0.0+1
1616

1717
flutter:
1818
assets:

0 commit comments

Comments
 (0)