altafc22 / csc_picker

A flutter package to display a country, states, and cities. In addition it gives the possibility to select a list of countries, States and Cities depends on Selected, also you can search country, state, and city all around the world.
BSD 3-Clause "New" or "Revised" License
27 stars 118 forks source link

Added iso codes from countries and region codes to country.json #51

Open cvanvlack opened 2 years ago

cvanvlack commented 2 years ago

Added ISO 3166 country codes to country.json. I also added region codes where I could but there's no international standard. I used this list and fixed what I knew, but there are a lot of unmatched entries.

I did not change anything with relation to the public interface as I don't know the direction you want to take the package.