Flutter-AssetsAudioPlayer
Flutter-AssetsAudioPlayer copied to clipboard
Asset audio player instance destroyed as playlist ends
Flutter Version
My version : 2.0.3(stable)
Lib Version
My version : Using the default code from Github(Downloaded the zip file on May 27 2021)
Platform (Android / iOS / web) + version
Platform : Android
Describe the bug
I am trying to understand the code base of the asset audio player flutter package so that I can implement it in one of my apps. I am noticing some strange behavior which the app is showing. Every time when I add a playlist to play through the asset audioplayer instance when the last song gets completed the whole instance is deleted automatically and a blank screen is displayed in place of the audio player I am also attaching a video for your reference.
https://user-images.githubusercontent.com/42743629/120058411-52031e80-c068-11eb-9c17-8dbe6ccab592.mp4
Similar to #544
I have face problem i can't fix it.
@aminsamad Some had mentioned it in issue 554 you can try that approach as well. Although it was not working for me.