ekasetiawans / flutter_background_service

265 stars 186 forks source link

Local notifications from the foreground service still exist after the application is killed from the task manager #400

Open StarAndSun opened 9 months ago

StarAndSun commented 9 months ago

Local notifications from the foreground service still exist after the application is killed from the task manager.

flutter_background_service version: 5.0.5 android version: 12

After I use the following configuration, the tasks in the service are indeed no longer executed, but the notifications for the foreground service are still there. android:stopWithTask="true" tools:replace="android:stopWithTask"

alexcunha commented 5 months ago

Did you resolve this issue? this is happening in my code as well.