tested with dart2
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user