Sithira / FlutterRadioPlayer

Flutter Radio Player, A Plugin to handle streaming audio without a hassle
BSD 3-Clause "New" or "Revised" License
137 stars 63 forks source link

Stream Issue When Listen in 2 Screen #49

Closed yusriltakeuchi closed 2 years ago

yusriltakeuchi commented 3 years ago

I have an issue with stream builder here.

I have two screens, that's is A and B. i place StreamBuilder in the both of screen and listen to the same screen "_isPlayingStream" in Provider.

When i open screen B, i run the function Flutter radio init, and the stream running in screen A and B.

But when i close screen B, the stream in screen A not working, when i test print it's not receiving any stream data.

maendamedia commented 2 years ago

Did you get this solved? And if yes? How did you do that?