cedvdb / flutter_circle_flags

Circular flags for flutter
https://pub.dev/packages/circle_flags
MIT License
11 stars 22 forks source link

[Feature] Add support to alfa3 country code #1

Closed fvisticot closed 2 years ago

fvisticot commented 3 years ago

Would be nice to add this feature 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

cedvdb commented 3 years ago

I mean, this should be pretty easy to add but I think the conversion should be done by the user outside the library because not every one needs this and the library is really, really small at the moment (it contains only a simple widget)