bump version
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
## 2.0.2
|
||||||
|
|
||||||
|
- added localization for no_country text in italian and english (please open a pr with other languages if you know them 🙏)
|
||||||
|
- added possibility to inject a custom list of countries using `CountryCodePicker.countryList`
|
||||||
|
- minor fixes
|
||||||
|
|
||||||
## 2.0.1
|
## 2.0.1
|
||||||
|
|
||||||
- Use `universal_platform` package
|
- Use `universal_platform` package
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name: country_code_picker
|
name: country_code_picker
|
||||||
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
|
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
|
||||||
version: 2.0.1
|
version: 2.0.2
|
||||||
homepage: https://github.com/imtoori/CountryCodePicker
|
homepage: https://github.com/imtoori/CountryCodePicker
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -12,7 +12,7 @@ dependencies:
|
|||||||
|
|
||||||
modal_bottom_sheet: ^2.0.0
|
modal_bottom_sheet: ^2.0.0
|
||||||
collection: ^1.15.0
|
collection: ^1.15.0
|
||||||
universal_platform: ^1.0.0-nullsafety
|
universal_platform: ^1.0.0+1
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
assets:
|
assets:
|
||||||
|
|||||||
Reference in New Issue
Block a user