bytepark / country_icons

A flutter package with many country flag icons that you can use via the Image.asset method
BSD 2-Clause "Simplified" License
27 stars 18 forks source link

[feature] Allow alpha3 country code #7

Closed fvisticot closed 3 years ago

fvisticot commented 3 years ago

It seems this package is based on alpha2. Sometime alpha3 is required: https://fr.wikipedia.org/wiki/ISO_3166-1

fbatschi commented 3 years ago

This package is based on the flags of http://hjnilsson.github.io/country-flags which are named as alpha2.

so they can't be referenced directly with alpha3.

only way would maybe to have an translation function within this package with translates from alpha3 to alpha2. Feel free to submit a PR for this.

fvisticot commented 3 years ago

tx for your quick reply. I will try find time to make the feature but if you wants some information:

alfa3 codes: https://datahelpdesk.worldbank.org/knowledgebase/articles/898590-country-api-queries

In attach a json file with alfa2 / alfa3 from previous website

countries.json.zip