update framework compatibility

This commit is contained in:
Salvatore Giordano
2018-08-24 10:49:21 +02:00
parent 04ee379ca7
commit da0257f9c0
3 changed files with 7 additions and 3 deletions

View File

@@ -41,3 +41,7 @@ Use png flags instead of a font
## 1.0.1
Correct README and update screenshots
## 1.0.2
Update framework compatiblity

View File

@@ -1,4 +1,4 @@
[![Pub](https://img.shields.io/badge/Pub-1.0.1-orange.svg)](https://pub.dartlang.org/packages/country_code_picker)
[![Pub](https://img.shields.io/badge/Pub-1.0.2-orange.svg)](https://pub.dartlang.org/packages/country_code_picker)
# country_code_picker

View File

@@ -1,11 +1,11 @@
name: country_code_picker
description: A flutter package for showing a country code selector.
version: 1.0.1
version: 1.0.2
author: Salvatore-Giordano <svtgiordano@gmail.com>
homepage: https://github.com/Salvatore-Giordano/CountryCodePicker
environment:
sdk: ">=1.19.0 <=2.0.0"
sdk: ">=1.19.0 <=2.2.0"
dependencies:
flutter: