LunaGao / flag_flutter

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

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

Closed jakusb closed 3 years ago

jakusb commented 3 years ago

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

LunaGao commented 3 years ago

It should be solved by this issue: https://github.com/LunaGao/flag_flutter/issues/49