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

Cannot seem to find a way to get the state from other widgets #59

Closed alexroumi closed 1 year ago

alexroumi commented 2 years ago

how can I check and update the state of the player from other pages???

yusriltakeuchi commented 2 years ago

I think you can use state management to initialize radio player and set to global. So in different pages can listen to the same value

Sithira commented 1 year ago

Has been updated to v2. Please check the master branch