Using Flutter and the image_picker
package.
When selecting or recording a video on iOS the video is compressed before returning to the app. What I would like is the full, uncompressed video.
Furthermore, if a user locks their screen while the video is compressing the video is lost.
I can implement my own camera widgets and do the recording myself but I would rather not, and I would still be faced with compressed video when picked from the camera roll.