flutter_video_compress icon indicating copy to clipboard operation
flutter_video_compress copied to clipboard

[Bug] Regift error, missing argument

Open lifenautjoe opened this issue 4 years ago • 7 comments

Description

Trying to run with the library on iOS, fails with error image

Platform

IOS

lifenautjoe avatar Sep 04 '19 15:09 lifenautjoe

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

image

lifenautjoe avatar Sep 04 '19 15:09 lifenautjoe

 fatal error: 'flutter_video_compress/flutter_video_compress-Swift.h' file not found

lifenautjoe avatar Sep 04 '19 15:09 lifenautjoe

I ended up ditching the library and using https://github.com/tanersener/flutter-ffmpeg, works like a charm, no GIF dependencies.

lifenautjoe avatar Sep 05 '19 09:09 lifenautjoe

same issue here

Slackboi avatar Sep 07 '19 04:09 Slackboi

same issue here

Charles1198 avatar Sep 19 '19 02:09 Charles1198

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 .

Sjosh-cronJ avatar Sep 25 '19 07:09 Sjosh-cronJ

same issue here

jhihruei avatar May 14 '20 04:05 jhihruei