tested with dart2

This commit is contained in:
Salvatore Giordano
2018-04-03 16:01:15 +02:00
parent 1a7227179e
commit 7cb32dd6cf
2 changed files with 8 additions and 4 deletions

View File

@@ -9,3 +9,7 @@ Add favorite countries option.
## 0.1.0 ## 0.1.0
Removed flags in iOS because they show up weirdly. Removed flags in iOS because they show up weirdly.
## 0.1.1
Tested with dart 2

View File

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