fix cayman islands code

This commit is contained in:
Salvatore Giordano
2020-05-03 15:40:59 +02:00
parent 0caf8e4f2c
commit ed136d0a03
3 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
## 1.3.12+1
- Fix Cayman Islands code
## 1.3.12
- Allow to edit dialog textStyle

View File

@@ -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",

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.12
version: 1.3.12+1
homepage: https://github.com/imtoori/CountryCodePicker
environment: