Baseflow / flutter_cached_network_image

Download, cache and show images in a flutter app
https://baseflow.com
2.43k stars 654 forks source link

"Invalid image data" with .avif images #817

Open sfabio01 opened 1 year ago

sfabio01 commented 1 year ago

I get an "Exception: invalid image data" error when I put a link to a .avif image.

The strange thing is that when I run the app in release mode the image is shown just fine, but in debug mode I get the exception.

app-arianamini commented 1 year ago

Same issue on iOS and Android but in Production!

app-arianamini commented 1 year ago

FYI: This issue (at least on iOS) is for < iOS 16

https://avif.io/blog/tutorials/ios/

dipu0 commented 3 months ago

facing same