pauldemarco / flutter_blue

Bluetooth plugin for Flutter
BSD 3-Clause "New" or "Revised" License
2.38k stars 1.23k forks source link

scan does not work in the background #663

Closed VinniciusJesus closed 4 years ago

VinniciusJesus commented 4 years ago

I need to scan in the background, but I'm not getting it

valtbarbos commented 4 years ago

Can you describe the problem you are trying to solve?

Scan may not be the best option, considering battery consumption. Beacons may be the solution you are looking for (and it's a good opportunity https://github.com/pauldemarco/flutter_blue/issues/659).