update version
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
## 1.3.7
|
||||
|
||||
- Add `customList` property
|
||||
|
||||
- Add exit button in dialog
|
||||
|
||||
## 1.3.6
|
||||
|
||||
- Add `comparator` property
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user