Update changelog and readme

This commit is contained in:
Salvatore Giordano
2018-10-16 10:14:24 +02:00
parent 209a0947ef
commit 2100708aa1
3 changed files with 8 additions and 4 deletions

View File

@@ -45,3 +45,7 @@ Correct README and update screenshots
## 1.0.2 ## 1.0.2
Update framework compatiblity Update framework compatiblity
## 1.0.3
Update flags dimension to reduce application size

View File

@@ -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 # 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 ```dart
(CElement)->dynamic (CElement)->dynamic
``` ```
> Example: Example:
```dart ```dart

View File

@@ -1,6 +1,6 @@
name: country_code_picker name: country_code_picker
description: A flutter package for showing a country code selector. description: A flutter package for showing a country code selector.
version: 1.0.2 version: 1.0.3
author: Salvatore-Giordano <svtgiordano@gmail.com> author: Salvatore-Giordano <svtgiordano@gmail.com>
homepage: https://github.com/Salvatore-Giordano/CountryCodePicker homepage: https://github.com/Salvatore-Giordano/CountryCodePicker