thyagoluciano / flutter_radio

Radio station streaming example with ExoPlayer and Flutter.
GNU General Public License v3.0
86 stars 41 forks source link

Background #28

Open gladiator2b opened 4 years ago

gladiator2b commented 4 years ago

hi, how to put please flutter_radio in the background

alainseys commented 3 years ago

you need to add permissions to the app in your androidmanifest file (android/app/src/main)

and add `

`

maietta commented 3 years ago

HA! I was just looking this up this morning! Thanks!