arturograu / country_flags

Easy to use library that allows you to render SVG flags of countries and languages
https://pub.dev/packages/country_flags
MIT License
9 stars 18 forks source link

Subdivision is missing from _flagCodesCountries #35

Closed larryyhh closed 2 months ago

larryyhh commented 4 months ago

It seems that the _flagCodesCountries is missing mapping of subdivision countries such as

'gb-sct': 'GB-SCT', 'gb-eng': 'GB-ENG',

arturograu commented 2 months ago

Fixed here: https://github.com/arturograu/country_flags/pull/36 thank you for reporting it!