version bump
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
## 1.3.9
|
||||||
|
|
||||||
|
- Add hideSearch property
|
||||||
|
|
||||||
|
- Add spanish support
|
||||||
|
|
||||||
## 1.3.8
|
## 1.3.8
|
||||||
|
|
||||||
- Expose state to let use a key to open the dialog
|
- Expose state to let use a key to open the dialog
|
||||||
|
|||||||
@@ -56,6 +56,7 @@ Just add the `CountryLocalizations.delegate` in the list of your app delegates
|
|||||||
Locale('en'),
|
Locale('en'),
|
||||||
Locale('it'),
|
Locale('it'),
|
||||||
Locale('fr'),
|
Locale('fr'),
|
||||||
|
Locale('es'),
|
||||||
],
|
],
|
||||||
localizationsDelegates: [
|
localizationsDelegates: [
|
||||||
CountryLocalizations.delegate,
|
CountryLocalizations.delegate,
|
||||||
|
|||||||
@@ -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: 1.3.8
|
version: 1.3.9
|
||||||
homepage: https://github.com/imtoori/CountryCodePicker
|
homepage: https://github.com/imtoori/CountryCodePicker
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user