bluefireteam / audioplayers

A Flutter package to play multiple audio files simultaneously (Android/iOS/web/Linux/Windows/macOS)
https://pub.dartlang.org/packages/audioplayers
MIT License
2.01k stars 845 forks source link

can't migrate the audio player for the latest version #1842

Closed yeswa-test closed 1 month ago

yeswa-test commented 1 month ago

Checklist

Current bug behaviour

Because audioplayers >=6.1.0 depends on audioplayers_web ^5.0.1 which depends on web >=0.5.1 <2.0.0, audioplayers >=6.1.0 requires web >=0.5.1 <2.0.0. And because package_info_plus 5.0.1 depends on web >=0.3.0 <0.5.0 and no versions of package_info_plus match >5.0.1 <6.0.0, audioplayers >=6.1.0 is incompatible with package_info_plus ^5.0.1. So, because fleettrack depends on both package_info_plus ^5.0.1 and audioplayers ^6.1.0, version solving failed.

You can try one of the following suggestions to make the pubspec resolve:

Expected behaviour

i want to migrate the audio player for the latest version

Steps to reproduce

  1. Execute flutter run on the code sample
  2. ...
  3. ...

Code sample

Code sample ```dart void main() { } ```

Affected platforms

other

Platform details

No response

AudioPlayers Version

6.1.0

Build mode

No response

Audio Files/URLs/Sources

No response

Screenshots

No response

Logs

my relevant logs
Full Logs ``` my full logs or a link to a gist ``` Flutter doctor: ``` Output of: flutter doctor -v ```

Related issues / more information

No response

Working on PR

yeah

yeswa-test commented 1 month ago

I cleared