Flutter-AssetsAudioPlayer icon indicating copy to clipboard operation
Flutter-AssetsAudioPlayer copied to clipboard

Buffering always true bug fixed.

Open AhmedAbogameel opened this issue 3 years ago • 0 comments

I have faced this problem too #615 and fixed it by emiting false in _buffering stream _isBuffering.add(false);

AhmedAbogameel avatar Jul 26 '22 20:07 AhmedAbogameel