yaga
yaga copied to clipboard
HEIC image support
Nothing I can do here for the time being: https://github.com/flutter/flutter/issues/20522 But I will leave the issue open as an reminder.
Thanks for the info, didn't know this was a flutter limitation. That's too bad really as xiaomi devices store images as HEIC format to save spacs.
Any thing we can do to finally get HEIC support?
I am afraid nothing I can do on this side. The reasonable thing is to wait for official support for it in flutter core. However, if there is a 3rd party lib that offers that functionality I could add it at least as a workaround for the time being.
There is a converter library (https://pub.dev/packages/heic_to_jpg) but I do not believe that conversion is what you are looking for. Also this would be a rather work intense workaround.
Edit: Maybe there is also a possible workaround with this lib: https://pub.flutter-io.cn/packages/flutter_image_compress
What Android version do you have?
I'm on android version 11