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

[BUG] Foreground notification is not sticky notification #94

Open Ayeni-yeniyan opened 2 weeks ago

Ayeni-yeniyan commented 2 weeks ago

Describe the bug The foreground notification shown by the package is removable by the user through swiping it off the notification screen or clicking on the clear all button in notification tab.

To Reproduce Enable the service and scroll down to open the android notification tab and swipe the notification off or select clear all

Expected behavior The notification should not be removable unless the service is stopped or user closes the application.

Smartphone:

Thank you for this awesome package. It is absolutely the easiest and most effective to use for foreground services.

Ayeni-yeniyan commented 2 weeks ago

Could you make the notifiation customizable?