Flutter-AssetsAudioPlayer
Flutter-AssetsAudioPlayer copied to clipboard
Buffering always true bug fixed.
I have faced this problem too #615 and fixed it by emiting false in _buffering stream
_isBuffering.add(false);