Flutter persistent notification and service Flutter persistent notification and service flutter flutter

Flutter persistent notification and service


You might be interested in looking at package:audio_service which seems like it might handle the majority of the work for you, including the handling of background execution and notifications.

Also, for notifications I've had success with package:flutter_local_notifications but you shouldn't need this if you're going to use package:audio_service.