From 0b442aafdff56211a210fee8f9fb7f32646c9a06 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Sun, 5 Apr 2020 11:57:11 +0200 Subject: [PATCH] version bump --- CHANGELOG.md | 6 ++++++ README.md | 1 + pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c12b8ce..e035a45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.3.9 + +- Add hideSearch property + +- Add spanish support + ## 1.3.8 - Expose state to let use a key to open the dialog diff --git a/README.md b/README.md index 9a1a005..c26218b 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Just add the `CountryLocalizations.delegate` in the list of your app delegates Locale('en'), Locale('it'), Locale('fr'), + Locale('es'), ], localizationsDelegates: [ CountryLocalizations.delegate, diff --git a/pubspec.yaml b/pubspec.yaml index 7a928e1..f9dcbaa 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ 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 -version: 1.3.8 +version: 1.3.9 homepage: https://github.com/imtoori/CountryCodePicker environment: