LunaGao/flag_flutter

Some flags are not working in Flutter

R-3MY opened this issue · 3 comments

R-3MY commented

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 :

  • sri lanka
  • serbie
  • perou
  • mexique
  • haiti
  • grenade
  • argentine

(Sorry countries names are in french)

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

I fixed the issue by upgrading to version 6.0.0.

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