Flutter-AssetsAudioPlayer
Flutter-AssetsAudioPlayer copied to clipboard
Conflicts with package better_player causing videos not to play on Android
Flutter Version
My version : 3.7.1
Lib Version
My version : 3.0.6
Platform (Android / iOS / web) + version
Platform : Android
Describe the bug
assets_audio_player is causing the video playback errors with better_player, described in these 2 issues:
- https://github.com/jhomlala/betterplayer/pull/1085
- https://github.com/jhomlala/betterplayer/issues/1113
Of course, It could be the other way round.
So I downgraded this package to v3.0.5 and better_player videos are working again on Android.
Not exactly sure how these can be siloed to work independently OR fix their Kotlin/ExoPlayer versions to not cause conflict.
Any ideas?
Thanks
@florent37 Hi, are you maintaining this or not?
If not, I will fork and do any necessary changes myself.
Happy to sponsor btw!
Cheers