Refs #8: update readme

This commit is contained in:
Salvatore Giordano
2018-07-15 12:40:47 +02:00
parent e03de5039b
commit 04ee379ca7
6 changed files with 10 additions and 11 deletions

View File

@@ -36,4 +36,8 @@ Added textStyle and padding as widget parameters
## 1.0.0
Use png flags instead of a font
Use png flags instead of a font
## 1.0.1
Correct README and update screenshots

View File

@@ -1,12 +1,11 @@
[![Pub](https://img.shields.io/badge/Pub-1.0.0-orange.svg)](https://pub.dartlang.org/packages/country_code_picker)
[![Pub](https://img.shields.io/badge/Pub-1.0.1-orange.svg)](https://pub.dartlang.org/packages/country_code_picker)
# country_code_picker
A flutter package for showing a country code selector.
<img src="screenshots/screen1.png" width="240"/>
<img src="screenshots/screen2.png" width="240"/>
<img src="screenshots/screen3.png" width="240"/>
<img src="https://raw.githubusercontent.com/Salvatore-Giordano/CountryCodePicker/master/screenshots/screen1.png" width="240"/>
<img src="https://raw.githubusercontent.com/Salvatore-Giordano/CountryCodePicker/master/screenshots/screen2.png" width="240"/>
## Usage
@@ -27,9 +26,5 @@ Just put the component in your application setting the onChanged callback.
```
## Known issues
- On iOS the icons are not showed
## Contributions
Contributions of any kind are more than welcome! Feel free to fork and improve country_code_picker in any way you want, make a pull request, or open an issue.

View File

@@ -1,6 +1,6 @@
name: country_code_picker
description: A flutter package for showing a country code selector.
version: 1.0.0
version: 1.0.1
author: Salvatore-Giordano <svtgiordano@gmail.com>
homepage: https://github.com/Salvatore-Giordano/CountryCodePicker
@@ -268,4 +268,4 @@ flutter:
- flags/wf.png
- flags/vu.png
- flags/tj.png
- flags/an.png
- flags/an.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB