Skip to content

Properly use a foreground service for playback on Android

This should solve crashes on Android caused by the flutter activity getting paused.

It is now possible to provide a custom notification icon. Add the asset to assets/images/notification_icon.png in your main flutter app (don't forget to also add it to the pubspec.yaml)

Closes #7 (closed), #5 and #3 (closed)

Edited by Martin Flucka

Merge request reports