bg_ble_scanner
A Flutter plugin for continuous BLE scanning in the background using an Android Foreground Service. Works even when the screen is locked.
1.4.0
henriwasd/bg_ble_scanner
What this package is like to depend on
Last release 3 months ago
14 May 2026
Ships fairly regularly
a new release about every 4 weeks
Nearly every release is documented
notes for 6 of 6 stable releases
Nothing withdrawn
no release was ever pulled
5 months old
6 releases · first in 2026
6 releases in the last 12 months
see the full history below
Release timeline
6 releases · Mar 2026 to May 2026Releases
latest 6-
1.4.014 May 2026 -
1.3.007 May 2026 -
1.2.030 Mar 2026Release notes
Open source →- Changed package identifier from
com.exampletobr.com.henriwasdto reflect the new domainhenriwasd.com.br. - Moved Android sources to the new package structure.
- Changed package identifier from
-
1.1.019 Mar 2026Release notes
Open source →- Added
isBluetoothEnabled()to check if Bluetooth is enabled on the device. - Updated unit tests to include
isBluetoothEnabledverification.
- Added
-
1.0.118 Mar 2026Release notes
Open source →- Fix GitHub Actions publish workflow.
- Minor improvements in Android scanning logic.
-
1.0.017 Mar 2026Release notes
Open source →- Initial release with robust background scanning.
- Support for continuous BLE scanning on Android using Foreground Service.
- Improved scan lifecycle resilience and error handling.
- Added support for filtering by Service UUIDs.
- Added default filters for Apple, Eddystone, and Teltonika devices.
- Lowered notification priority to be less intrusive.
- Optimized data communication between Android and Flutter.