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

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