Open leaf-node opened 1 month ago
Similar to what I mentioned in https://github.com/MaikuB/flutter_local_notifications/issues/2407, since this is something you'd been able to reproduce and foreground service support was a community contribute, I'd say this would also be one resolved by you submitting a PR back
I think that this issue likely belongs here instead: https://github.com/AhsanSarwar45/flutter_boot_receiver/issues/10. The mention of com.dexterous.flutterlocalnotifications.ForegroundService
is likely due to the fact that it's referenced in the AndroidManifest.xml
file as a foreground service.
Describe the bug Except for this one time, my app, which uses this package, runs fine without this error. However I ran into this crash that occurred maybe 1/2 to 2 minutes after starting the app.
To Reproduce
Expected behavior The expectation was for the app to not crash this one time.
Sample code to reproduce the problem