Skip to content

Commit 95b29a6

Browse files
author
Dominique FIUME
committed
netherland antilles removal
1 parent 1f4a2a0 commit 95b29a6

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.4.1 - October 08 2025
2+
- Fix French country translations
3+
- Removed Netherlands Antilles from country codes list
4+
15
## 3.4.0 - August 19 2025
26
- Fix China translation
37
- Adding flag autofocus

lib/src/country_codes.dart

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -290,12 +290,6 @@ const List<Map<String, String>> codes = [
290290
{"name": "Nauru", "code": "NR", "iso3Code": "NRU", "dial_code": "+674"},
291291
{"name": "नेपाल", "code": "NP", "iso3Code": "NPL", "dial_code": "+977"},
292292
{"name": "Nederland", "code": "NL", "iso3Code": "NLD", "dial_code": "+31"},
293-
{
294-
"name": "Netherlands Antilles",
295-
"code": "AN",
296-
"iso3Code": "AN",
297-
"dial_code": "+599"
298-
},
299293
{
300294
"name": "Nouvelle-Calédonie",
301295
"code": "NC",

0 commit comments

Comments
 (0)