Open lvhkhanh opened 5 years ago
I have a list to play. When tap on a list item, it stop previous playing and start new playing
if (play) { FlutterRadio.stopAll(); // <= Need some like this :) FlutterRadio.play(url: widget.url); } else { FlutterRadio.pause(url: widget.url); }
I want me too :)
I have a list to play. When tap on a list item, it stop previous playing and start new playing