WiFiFlutter
WiFiFlutter copied to clipboard
Scanning in background
I am working on a part of an indoor localization project. I need my Flutter application scan and get Mac addresses and RSSI values of Wifi and Bluetooth devices. I am using flutter_blue for bluetooth scans and wifi_scan for Wifi scans. The application works well while in the foreground but scans are failing when the application is in background.
What I have tried so far:
- flutter_background. I managed to do some tasks in background but wifi and bluetooth did not work.
- flutter_background_service the same situation
- flutter_foreground_plugin the same situation
- flutter_foreground_task the same situation
- workmanager did not try it because it says it can trigger the bg operation per every 15 minutes but I am scanning per every 6 seconds.
Is there any way?
@baranacikgoz Hello baran, it has been a long time since you opened the problem, but did you find a solution for this?
Hi, unfortunately I quit frontend for a very long time. I could'nt remember if we were found solution. But we could not solution as I remember