Questions tagged [flutter-background]
18 questions
0
votes
0 answers
flutter, flutter_background_service stopSelf() on notification action press doesn't work
I want to stop service on "shutdown" notification action press, everything else works but service don't stop on service.stopSelf().
notification :
simpleNotification(
{required int minutes,
required int seconds,
required…

AbdulHaseeeb
- 33
- 6
0
votes
0 answers
ReactNative HeadlessJS equivalent in Flutter
I am looking for ReactNative HeadlessJS equivalent solution in Flutter to trigger dart code from native side in background!
For example, I want to define in the 'Android side' a BroadcastReceiver with BOOT_COMPLETE and then, I reboot the phone, and…

Moti Bartov
- 3,454
- 33
- 42