Right now, Android versions below 10 can't open .HEIC files. We need a solution to show these images on older Androids. One idea is to change .HEIC images into png or jpeg format, which these devices can display. Also, use benchmark function to see it have a good performance
If the file is sent from web or android, we don't need to convert it, just keep it as an unknown file
Because the file may lose the quality of image and video, so we should ask designer and BA about this to improve UX @hoangdat
Desc:
Right now, Android versions below 10 can't open .HEIC files. We need a solution to show these images on older Androids. One idea is to change .HEIC images into png or jpeg format, which these devices can display. Also, use benchmark function to see it have a good performance
If the file is sent from web or android, we don't need to convert it, just keep it as an unknown file
Because the file may lose the quality of image and video, so we should ask designer and BA about this to improve UX @hoangdat
Reference:
https://pub.dev/packages/flutter_image_compress https://pub.dev/packages/video_compress
DOD: