flutter_video_compress
flutter_video_compress copied to clipboard
[Bug] Regift error, missing argument
Description
Trying to run with the library on iOS, fails with error
Platform
IOS
I found someone had the same issue here https://github.com/flutter/flutter/issues/37447#issuecomment-518478400
They just modified the source file to fix the error, when doing that terrible thing, the error now moves to
fatal error: 'flutter_video_compress/flutter_video_compress-Swift.h' file not found
I ended up ditching the library and using https://github.com/tanersener/flutter-ffmpeg, works like a charm, no GIF dependencies.
same issue here
same issue here
I ended up ditching the library and using https://github.com/tanersener/flutter-ffmpeg, works like a charm, no GIF dependencies.
But that library is very big .
same issue here