Update allowed dart version and modify description
This commit is contained in:
@@ -57,3 +57,7 @@ Update country name with translated version
|
|||||||
## 1.1.0
|
## 1.1.0
|
||||||
|
|
||||||
Changed CElement with CountryCode and fix error on favorite null
|
Changed CElement with CountryCode and fix error on favorite null
|
||||||
|
|
||||||
|
## 1.1.1
|
||||||
|
|
||||||
|
Update allowed dart version and modify description
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
[](https://pub.dartlang.org/packages/country_code_picker)
|
[](https://pub.dartlang.org/packages/country_code_picker)
|
||||||
|
|
||||||
# country_code_picker
|
# country_code_picker
|
||||||
|
|
||||||
|
|||||||
@@ -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. In addition it gives the possibility to select a list of favorites countries, as well as to search using a simple searchbox
|
||||||
version: 1.1.0
|
version: 1.1.1
|
||||||
author: Salvatore-Giordano <svtgiordano@gmail.com>
|
author: Salvatore-Giordano <svtgiordano@gmail.com>
|
||||||
homepage: https://github.com/Salvatore-Giordano/CountryCodePicker
|
homepage: https://github.com/Salvatore-Giordano/CountryCodePicker
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=1.19.0 <=2.2.0"
|
sdk: ">=1.19.0 <=3.0.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
|
|||||||
Reference in New Issue
Block a user