From ed136d0a0342c0332873d9a3d3c738a8bf0541c7 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Sun, 3 May 2020 15:40:59 +0200 Subject: [PATCH] fix cayman islands code --- CHANGELOG.md | 4 ++++ lib/country_codes.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b19944f..8535eb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.3.12+1 + +- Fix Cayman Islands code + ## 1.3.12 - Allow to edit dialog textStyle diff --git a/lib/country_codes.dart b/lib/country_codes.dart index 441f66e..826d931 100644 --- a/lib/country_codes.dart +++ b/lib/country_codes.dart @@ -202,7 +202,7 @@ List> codes = [ { "name": "Cayman Islands", "code": "KY", - "dial_code": "+ 345", + "dial_code": "+1345", }, { "name": "Ködörösêse tî Bêafrîka", diff --git a/pubspec.yaml b/pubspec.yaml index 6c59c74..3fae238 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: