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

Could you please update it to accept audioplayers ^4.0.1? #3

Closed wann2 closed 10 months ago

wann2 commented 1 year ago

% flutter pub add easy_audio_trimmer Because every version of easy_audio_trimmer depends on audioplayers ^1.1.1 and thor depends on audioplayers ^4.0.1, easy_audio_trimmer is forbidden. So, because thor depends on easy_audio_trimmer any, version solving failed.

triay0 commented 1 year ago

+1

eugenz3rr commented 1 year ago

+1

eugenz3rr commented 11 months ago

I created a fork that seams to work. You guys can check if you want. The only thing I did was to apply updates.

Replace

  easy_audio_trimmer: xyz

with

  easy_audio_trimmer:
    git:
      url: https://github.com/eugenz3rr/easy_audio_trimmer.git
anantmann9057 commented 11 months ago

@eugenz3rr thanks it was conflicting with ffmpeg and video trimmer before now all is working fine..

mayurpitroda96 commented 10 months ago

fixed use latest version easy_audio_trimmer: ^1.0.2+4