Athul A
Athul A
> Hi @hm122, what platforms are your users experiencing this issue on? > **Android** > Can you also share some screen recordings so that we can see what the issue...
I have the same issue, The onPlayerState listner stops triggering when the App moves to a new page. @luanpotter Please fix this issue
Finally, I got a solution. Using these listeners in a Stream Builder will fix the issue ``` StreamBuilder( stream: audioPlayer.onAudioPositionChanged, builder: (context, snapshot){ if(!asyncSnapshot.hasData) return Text(""); else return Text(parseToMinutesSeconds(snapshot.data.inMilliseconds)); }...
But Still, onPlayerCompletion is not working, > V/MediaPlayer(16179): resetDrmState: mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false > V/MediaPlayer(16179): cleanDrmObj: mDrmObj=null mDrmSessionId=null > V/MediaPlayer(16179): resetDrmState: mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false > V/MediaPlayer(16179): cleanDrmObj: mDrmObj=null mDrmSessionId=null