Refs #8: update readme
This commit is contained in:
@@ -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
|
||||
|
||||
11
README.md
11
README.md
@@ -1,12 +1,11 @@
|
||||
[](https://pub.dartlang.org/packages/country_code_picker)
|
||||
[](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.
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user