mayurpitroda96 / easy_audio_trimmer

This is a Flutter package that allows you to easily trim audio files within your Flutter app.
MIT License
11 stars 27 forks source link

Fix for #11 #15

Open eugenz3rr opened 6 months ago

eugenz3rr commented 6 months ago

Problem is that this cool tool uses ffmpeg_kit_flutter. If I want to use a submodule that also uses ffmpeg_kit_flutter, an error is thrown that I can't use a duplicate dependency. E.g. I want to use ffmpeg_kit_flutter_audio the error above is thrown.