From 13b14fa2967c702ee0751374c8219f2ff97fff68 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Tue, 26 Mar 2019 09:52:13 +0100 Subject: [PATCH] Update version --- CHANGELOG.md | 4 ++++ README.md | 4 +++- pubspec.yaml | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86d288c..6424e42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,3 +61,7 @@ Changed CElement with CountryCode and fix error on favorite null ## 1.1.1 Update allowed dart version and modify description + +## 1.1.4 + +Add possibility to show only country name diff --git a/README.md b/README.md index 5270fae..b25b76e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Pub](https://img.shields.io/badge/Pub-1.1.1-orange.svg)](https://pub.dartlang.org/packages/country_code_picker) +[![Pub](https://img.shields.io/badge/Pub-1.1.4-orange.svg)](https://pub.dartlang.org/packages/country_code_picker) # country_code_picker @@ -21,6 +21,8 @@ Just put the component in your application setting the onChanged callback. // Initial selection and favorite can be one of code ('IT') OR dial_code('+39') initialSelection: 'IT', favorite: ['+39','FR'], + // optional. Shows only country name and flag + showCountryOnly: false, ), ), ); diff --git a/pubspec.yaml b/pubspec.yaml index 5cec8c1..9ee8f53 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,11 +1,11 @@ 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.1.1 +version: 1.1.4 author: Salvatore-Giordano homepage: https://github.com/Salvatore-Giordano/CountryCodePicker environment: - sdk: ">=1.19.0 <=3.0.0" + sdk: ">=1.19.0 <3.0.0" dependencies: flutter: