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