JulianAssmann / flutter_background

A flutter plugin to keep apps running in the background via foreground services. Android only.
https://pub.dev/packages/flutter_background
MIT License
89 stars 52 forks source link

Set foreground service type #89

Closed emersion closed 3 months ago

emersion commented 3 months ago

Same goal as https://github.com/JulianAssmann/flutter_background/pull/83 (Android 14 compat), with these differences:

emersion commented 3 months ago

Thanks for merging!

JulianAssmann commented 3 months ago

Thanks for your helpful PR, I wouldn't have had the time to look at Android 14 compatibility on my own.