Dev-hwang
Dev-hwang
It may be difficult to scan ble devices in the background using this plugin. See this [repository](https://github.com/Dev-hwang/flutter_ble_identification). Contains logic to scan for ble devices in the background.
Can I see a detailed scenario and a screen where the error occurred?
If you want to call `onEvent` only once, set `isOnceEvent` in ForegroundTaskOptions to `true`.
Please tell me how it doesn't work. If an error occurs, please capture the error in debug mode.
Upgrade to `6.0.0` You can change the interval using `foregroundTaskOptions` in `FlutterForegroundTask.updateService` function. ```dart @override Future onRepeatEvent(DateTime timestamp, SendPort? sendPort) async { if (_eventCount == 10) { FlutterForegroundTask.updateService( foregroundTaskOptions: const...
@aBuder It would be helpful if you could tell me what caused the service to kill. This may be a memory problem or the service may be terminated according to...
@aBuder If you're not communicating with dart main isolate, the settings below may help. ```xml ``` However, this separation of processes has the disadvantage of not being able to control...
@aBuder @RohitSadioura Also try the options below: ```xml ```
move issue #149
move issue #223