This commit is contained in:
Salvatore Giordano
2020-02-01 18:04:59 +01:00
parent f4d2e71186
commit 4234ca39a3
4 changed files with 8 additions and 4 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -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: