jeromexiong / audio_manager

A flutter plugin for music playback, including notification handling.
MIT License
100 stars 53 forks source link

Play/Pause Not working properly #78

Closed mohitdholakia closed 2 years ago

mohitdholakia commented 2 years ago

After Pause audio player instance it is not getting played again

method used : playOrPause

on every play event below line printed twice

[+6039 ms] V/AudioManagerPlugin(28914): --playOrPause [ +24 ms] V/AudioManagerPlugin(28914): --playOrPause

AhmadFadilB commented 2 years ago

This happens to me only for the 1st item in the list & if that 1st item is the 1st one to play. The workaround is to manually use toPlay() / toPause()

jeromexiong commented 2 years ago

this will be fixed soon