Update allowed dart version and modify description

This commit is contained in:
Salvatore Giordano
2018-12-10 12:22:10 +01:00
parent a9b91ba851
commit 58c23c9b09
3 changed files with 9 additions and 5 deletions

View File

@@ -1,11 +1,11 @@
name: country_code_picker
description: A flutter package for showing a country code selector.
version: 1.1.0
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.1
author: Salvatore-Giordano <svtgiordano@gmail.com>
homepage: https://github.com/Salvatore-Giordano/CountryCodePicker
environment:
sdk: ">=1.19.0 <=2.2.0"
sdk: ">=1.19.0 <=3.0.0"
dependencies:
flutter: