iosflutterjpegimagepickerheic

Flutter: Picking images as jpg/png instead of heic on iOS


How can I pick images directly as jpg or png on iOS? If this feature isn't available: How can I convert it very fast and don't have to wait a long time?

Edit: I want to prevent picking .heic because I have to send it to an server, which handles jpg and png and not .heic


Solution

  • Thanks to Mohammad Assad Arshad! It can be solved by pub.dev/packages/file_picker.

    An additional explanation: