update version

This commit is contained in:
Salvatore Giordano
2020-03-22 12:54:04 +01:00
parent 8d6430882f
commit cad271b83b
3 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
## 1.3.7
- Add `customList` property
- Add exit button in dialog
## 1.3.6
- Add `comparator` property

View File

@@ -21,6 +21,8 @@ class CountryCodePicker extends StatefulWidget {
final Function(CountryCode) builder;
final bool enabled;
final TextOverflow textOverflow;
/// used to customize the country list
final List<String> customList;
/// shows the name of the country instead of the dialcode

View File

@@ -1,6 +1,6 @@
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
version: 1.3.6
version: 1.3.7
homepage: https://github.com/imtoori/CountryCodePicker
environment: