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

@@ -8,4 +8,8 @@ Add favorite countries option.
## 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,15 +1,15 @@
name: country_code_picker
description: A flutter package for showing a country code selector.
version: 0.1.0
version: 0.1.1
author: Salvatore-Giordano <salvatoregiordanoo@gmail.com>
homepage: https://github.com/Salvatore-Giordano/CountryCodePicker
environment:
sdk: ">=1.2.0 <2.0.0"
sdk: ">=1.2.0 <=2.0.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
test: ^0.12.0
test: ^0.12.0