diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a35b07..670a580 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,4 +36,8 @@ Added textStyle and padding as widget parameters ## 1.0.0 -Use png flags instead of a font \ No newline at end of file +Use png flags instead of a font + +## 1.0.1 + +Correct README and update screenshots diff --git a/README.md b/README.md index b24218d..8131b41 100644 --- a/README.md +++ b/README.md @@ -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. - - - + + ## 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. diff --git a/pubspec.yaml b/pubspec.yaml index 6cc6920..8e6b6f8 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.0 +version: 1.0.1 author: Salvatore-Giordano homepage: https://github.com/Salvatore-Giordano/CountryCodePicker @@ -268,4 +268,4 @@ flutter: - flags/wf.png - flags/vu.png - flags/tj.png - - flags/an.png \ No newline at end of file + - flags/an.png diff --git a/screenshots/screen1.png b/screenshots/screen1.png index e23ad8c..ebb6a19 100644 Binary files a/screenshots/screen1.png and b/screenshots/screen1.png differ diff --git a/screenshots/screen2.png b/screenshots/screen2.png index e0ddfb9..9c02d84 100644 Binary files a/screenshots/screen2.png and b/screenshots/screen2.png differ diff --git a/screenshots/screen3.png b/screenshots/screen3.png deleted file mode 100644 index 2ac3bb4..0000000 Binary files a/screenshots/screen3.png and /dev/null differ