This commit is contained in:
Salvatore Giordano
2020-03-09 00:08:02 +01:00
parent 1936cbb6ad
commit 74e94f74ff
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
## 1.3.5 ## 1.3.6
- Add `comparator` property - Add `comparator` property

View File

@@ -1,7 +1,7 @@
name: country_code_picker name: country_code_picker
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 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.3.5 version: 1.3.6
homepage: https://github.com/Salvatore-Giordano/CountryCodePicker homepage: https://github.com/imtoori/CountryCodePicker
environment: environment:
sdk: ">=2.2.2 <3.0.0" sdk: ">=2.2.2 <3.0.0"