krikristoophe / whisper_flutter_plus

Ready to use whisper.cpp models implementation for iOS and Android
https://pub.dev/packages/whisper_flutter_plus
MIT License
15 stars 9 forks source link

Conflict with ffmpeg-kit in pubspec.yaml #7

Open herrmayr opened 1 year ago

herrmayr commented 1 year ago

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 '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?

Thank you! Best regards, Christian