I'm trying to integrate this package into an app where I already use the ffmpeg-kit package (currently ffmpeg_kit_flutter: ^6.0.2, with full-gpl).
When I add your package to pubspec.yaml, I get the following error:
[!] The 'Pods-Runner' target has frameworks with conflicting names: ffmpegkit.xcframework, libavcodec.xcframework, libavdevice.xcframework, libavfilter.xcframework, libavformat.xcframework, libavutil.xcframework, libswresample.xcframework, and libswscale.xcframework.
The issue seems to be some sort of duplication because your package depends on ffmpeg_kit 6.0.0 with https?
How could this be resolved?
Hi!
I'm trying to integrate this package into an app where I already use the ffmpeg-kit package (currently ffmpeg_kit_flutter: ^6.0.2, with full-gpl).
When I add your package to pubspec.yaml, I get the following error:
The issue seems to be some sort of duplication because your package depends on ffmpeg_kit 6.0.0 with https? How could this be resolved?
Thank you! Best regards, Christian