From 700c6552c2b0f4fc0bbb9abd654b3d42a9a0233c Mon Sep 17 00:00:00 2001 From: Eric Lou Date: Mon, 24 Aug 2020 15:28:33 +0700 Subject: [PATCH] Update country_codes.dart MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hello, I am from Cambodia. It looks better to have "Cambodia" instead of "Kâmpŭchéa" as for my country name. --- lib/country_codes.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/country_codes.dart b/lib/country_codes.dart index 0f650be..beb7d9a 100644 --- a/lib/country_codes.dart +++ b/lib/country_codes.dart @@ -180,7 +180,7 @@ List> codes = [ "dial_code": "+257", }, { - "name": "Kâmpŭchéa", + "name": "Cambodia", "code": "KH", "dial_code": "+855", },