fix cayman islands code
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
## 1.3.12+1
|
||||
|
||||
- Fix Cayman Islands code
|
||||
|
||||
## 1.3.12
|
||||
|
||||
- Allow to edit dialog textStyle
|
||||
|
||||
@@ -202,7 +202,7 @@ List<Map<String, String>> codes = [
|
||||
{
|
||||
"name": "Cayman Islands",
|
||||
"code": "KY",
|
||||
"dial_code": "+ 345",
|
||||
"dial_code": "+1345",
|
||||
},
|
||||
{
|
||||
"name": "Ködörösêse tî Bêafrîka",
|
||||
|
||||
@@ -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.12
|
||||
version: 1.3.12+1
|
||||
homepage: https://github.com/imtoori/CountryCodePicker
|
||||
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user