From a4b2fe3179ca0474569f69a0c05d57fc5bd8a9f1 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Sat, 19 Jun 2021 12:47:11 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48743f6d..6a0299a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 - Use `universal_platform` package diff --git a/pubspec.yaml b/pubspec.yaml index e6c4692e..b0c5ab80 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: 2.0.1 +version: 2.0.2 homepage: https://github.com/imtoori/CountryCodePicker environment: @@ -12,7 +12,7 @@ dependencies: modal_bottom_sheet: ^2.0.0 collection: ^1.15.0 - universal_platform: ^1.0.0-nullsafety + universal_platform: ^1.0.0+1 flutter: assets: