From 2100708aa1671b946bd61959b8182832c71a5d3b Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Tue, 16 Oct 2018 10:14:24 +0200 Subject: [PATCH] Update changelog and readme --- CHANGELOG.md | 4 ++++ README.md | 6 +++--- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0df596a..659f131 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,3 +45,7 @@ Correct README and update screenshots ## 1.0.2 Update framework compatiblity + +## 1.0.3 + +Update flags dimension to reduce application size diff --git a/README.md b/README.md index 97415e0..1be5fe8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Pub](https://img.shields.io/badge/Pub-1.0.2-orange.svg)](https://pub.dartlang.org/packages/country_code_picker) +[![Pub](https://img.shields.io/badge/Pub-1.0.3-orange.svg)](https://pub.dartlang.org/packages/country_code_picker) # country_code_picker @@ -25,13 +25,13 @@ Just put the component in your application setting the onChanged callback. )); ``` -> Note: Your onChanged function can be any function of the type shown below: +Note: Your onChanged function can be any function of the type shown below: ```dart (CElement)->dynamic ``` -> Example: +Example: ```dart diff --git a/pubspec.yaml b/pubspec.yaml index be6972e..1d3a10f 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. -version: 1.0.2 +version: 1.0.3 author: Salvatore-Giordano homepage: https://github.com/Salvatore-Giordano/CountryCodePicker