In my NetworkImage my url is this https://joylist.s3.us-east-2.amazonaws.com/profile/5f229e9cfa3dc8542f815cb9.HEIC
It worked fine with .jpg or png and other formats. Now, How can I resolve this and show this image.
In my NetworkImage my url is this https://joylist.s3.us-east-2.amazonaws.com/profile/5f229e9cfa3dc8542f815cb9.HEIC
It worked fine with .jpg or png and other formats. Now, How can I resolve this and show this image.
You can work with the heic to jpg library (https://pub.dev/packages/heic_to_jpg) to achieve this (Except that you're specifically looking to show HEIC images).
Add the package:
Import the package in your dart file:
And call convert method with local HEIC/HEIF image file path.