LunaGao/flag_flutter

flutter-web: ImageCodecException: Failed to decode image data. Image source: http://localhost:61608/assets/packages/flag/res/flag/us.svg

jakusb opened this issue · 1 comments

I run into this error: ImageCodecException: Failed to decode image data. Image source: http://localhost:61608/assets/packages/flag/res/flag/us.svg when using Flag('en') and running on MacOs debug mode in Chrome.
image

This works fine in iOS.

Opening the link also works fine and shows the American flag

Using flag: ^5.0.0-nullsafety

It should be solved by this issue: #49