LunaGao / flag_flutter

flag icons
https://pub.dev/packages/flag
BSD 2-Clause "Simplified" License
63 stars 60 forks source link

Some flags are not working in Flutter #85

Open R-3MY opened 1 year ago

R-3MY commented 1 year ago

Hi,

Argentina (AR) isn't working due to < defs > before < path > into svg file.

I created a pull request to fix missing / not working flags :

(Sorry countries names are in french)

sebastienturr commented 9 months ago

Indeed ! Easy to reproduce: Flag.fromString("RS") Serbia (country code RS) isn't working. Thanks @R-3MY for you opened ticket.

R-3MY commented 9 months ago

I fixed the issue by upgrading to version 6.0.0.

sebastienturr commented 9 months ago

I am flag: ^6.0.0 and still got the issue with RS country code. Are you sure @R-3MY ?