florent37 / Flutter-AssetsAudioPlayer

Play simultaneously music/audio from assets/network/file directly from Flutter, compatible with android / ios / web / macos, displays notifications
https://pub.dartlang.org/packages/assets_audio_player
Apache License 2.0
752 stars 357 forks source link

need http: ^0.13.0 support #484

Closed adverthouse closed 3 years ago

adverthouse commented 3 years ago

Because assets_audio_player >=2.0.14 depends on http ^0.12.2

offline-first commented 3 years ago

Have you try to add this in your pubspec.yaml?

dependency_overrides:
  http: ^0.13.0
yvrez commented 3 years ago

Hi

adding the dependancy_overrides doesn't help. Still have this output : Because no versions of assets_audio_player match >2.0.14 <3.0.0 and assets_audio_player 2.0.14 depends on http ^0.12.2, assets_audio_player ^2.0.14 requires http ^0.12.2.

And because image_picker >=0.7.0 depends on image_picker_platform_interface ^2.0.0 which depends on http ^0.13.0, assets_audio_player ^2.0.14 is incompatible with image_picker >=0.7.0.

adverthouse commented 3 years ago

I added http: ^0.13.0 and that is not working.

adverthouse commented 3 years ago

Because assets_audio_player >=2.0.14 depends on http ^0.12.2

adverthouse commented 3 years ago

Because assets_audio_player >=2.0.13+5 depends on rxdart ^0.25.0 and geoflutterfire >=2.2.1 depends on rxdart ^0.24.1, assets_audio_player >=2.0.13+5 is incompatible with geoflutterfire >=2.2.1. So, because cab_driver depends on both geoflutterfire ^2.2.1 and assets_audio_player ^2.0.14, version solving failed.

yvrez commented 3 years ago

fixed for http but still have an issue with path_provider : on assets_audio_player ^2.0.14 which depends on path_provider ^1.6.27, path_provider ^1.6.27 is required. Thanks :)

adverthouse commented 3 years ago

@yvrez path_provider: ^2.0.1 available.

nohli commented 3 years ago

fixed for http but still have an issue with path_provider : on assets_audio_player ^2.0.14 which depends on path_provider ^1.6.27, path_provider ^1.6.27 is required. Thanks :)

dependency_overrides:
  path_provider: ^2.0.1
kalismeras61 commented 3 years ago

http depends on Null safety closing for now.