thyagoluciano / flutter_radio

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

feat: ios version implemented #16

Closed Dekkee closed 5 years ago

Dekkee commented 5 years ago

iOS implementation of flutter_radio Driven by: https://github.com/dooboolab/flutter_sound https://github.com/alexelisenko/audio_player_service/ There is a background audio support and lock screen controls

Dekkee commented 5 years ago

In my app I split Android and iOS implementations, because I need to implemented background audio and lock screen features on both platforms. Currently, flutter_radio doesn't support it. I realise it with https://pub.dartlang.org/packages/audio_service abstraction. But it's not applicable for iOS realisation. Probably I will return back with PR for Android support. But I haven't much time to do it right now.