From 4234ca39a38518d6029190c9a2ffe56f15c92ee3 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Sat, 1 Feb 2020 18:04:59 +0100 Subject: [PATCH] 1.2.4 --- CHANGELOG.md | 4 ++++ README.md | 2 +- example/pubspec.yaml | 4 ++-- pubspec.yaml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c579960..33e6fc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.4 + +Fixed a bug that was making impossible to update initial selection + ## 1.2.3 Update country code of Republica Dominicana. diff --git a/README.md b/README.md index 2dde1e8..8f5e167 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Pub](https://img.shields.io/badge/Pub-1.2.3-orange.svg)](https://pub.dartlang.org/packages/country_code_picker) +[![Pub](https://img.shields.io/pub/v/country_code_picker.svg)](https://pub.dartlang.org/packages/country_code_picker) # country_code_picker diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 1844083..b4bcbbe 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -15,6 +15,8 @@ environment: dependencies: flutter: sdk: flutter + country_code_picker: + path: ../ # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. @@ -24,8 +26,6 @@ dev_dependencies: flutter_test: sdk: flutter - country_code_picker: - path: ../ # For information on the generic Dart part of this file, see the # following page: https://www.dartlang.org/tools/pub/pubspec diff --git a/pubspec.yaml b/pubspec.yaml index 95fac23..e496bcd 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.2.3 +version: 1.2.4 homepage: https://github.com/Salvatore-Giordano/CountryCodePicker environment: