bg_ble_scanner 1.4.0
bg_ble_scanner: ^1.4.0 copied to clipboard
A Flutter plugin for continuous BLE scanning in the background using an Android Foreground Service. Works even when the screen is locked.
1.2.0 #
- Changed package identifier from
com.exampletobr.com.henriwasdto reflect the new domainhenriwasd.com.br. - Moved Android sources to the new package structure.
1.1.0 #
- Added
isBluetoothEnabled()to check if Bluetooth is enabled on the device. - Updated unit tests to include
isBluetoothEnabledverification.
1.0.2 #
- Updated unit tests for
startScan,stopScan, andscanResults. - Added
BgBleScannerPlatforminterface tests. - Fixed outdated Android unit tests.
- Updated example app integration and widget tests.
1.0.1 #
- Fix GitHub Actions publish workflow.
- Minor improvements in Android scanning logic.
1.0.0 #
- 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.