You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made sure that the issue I am raising doesn't already exist
Current bug behaviour
My project uses the latest version of the http 1.0.0 library, while the audioplayer uses the http version ^0.13.5
Because of this, conflict arises. Please raise this dependency to the latest version http 1.0.0
Running "flutter pub get" in app... Resolving dependencies... Because audioplayers 4.0.1 depends on http ^0.13.5 and wbstream_app depends on http 1.0.0, audioplayers 4.0.1 is forbidden. So, because wbstream_app depends on audioplayers 4.0.1, version solving failed. pub get failed
<3
Expected behaviour
No response
Steps to reproduce
Execute flutter run on the code sample
...
...
Code sample
Code sample
voidmain() {
}
Affected platforms
Android, iOS, macOS
Platform details
No response
AudioPlayers Version
main
Build mode
release
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
The text was updated successfully, but these errors were encountered:
Checklist
Current bug behaviour
My project uses the latest version of the
http 1.0.0
library, while theaudioplayer
uses the http version ^0.13.5Because of this, conflict arises. Please raise this dependency to the latest version http 1.0.0
Running "flutter pub get" in app... Resolving dependencies... Because audioplayers 4.0.1 depends on http ^0.13.5 and wbstream_app depends on http 1.0.0, audioplayers 4.0.1 is forbidden. So, because wbstream_app depends on audioplayers 4.0.1, version solving failed. pub get failed
<3
Expected behaviour
No response
Steps to reproduce
flutter run
on the code sampleCode sample
Code sample
Affected platforms
Android, iOS, macOS
Platform details
No response
AudioPlayers Version
main
Build mode
release
Audio Files/URLs/Sources
No response
Screenshots
No response
Logs
Full Logs
Flutter doctor:
Related issues / more information
No response
Working on PR
yeah
The text was updated successfully, but these errors were encountered: