From 969754c23bf6b6b66f43342f435e8e2b03509a1f Mon Sep 17 00:00:00 2001 From: paras-jindal Date: Mon, 19 Jul 2021 16:09:18 +0530 Subject: [PATCH] name of country india changed to english language --- 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 7e7c0823..7a94e3cb 100644 --- a/lib/country_codes.dart +++ b/lib/country_codes.dart @@ -500,7 +500,7 @@ const List> codes = [ "dial_code": "+354", }, { - "name": "भारत", + "name": "India", "code": "IN", "dial_code": "+91", },