bg_ble_scanner 1.4.0 copy "bg_ble_scanner: ^1.4.0" to clipboard
bg_ble_scanner: ^1.4.0 copied to clipboard

PlatformAndroid

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.example to br.com.henriwasd to reflect the new domain henriwasd.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 isBluetoothEnabled verification.

1.0.2 #

  • Updated unit tests for startScan, stopScan, and scanResults.
  • Added BgBleScannerPlatform interface 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.
1
likes
155
points
44
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for continuous BLE scanning in the background using an Android Foreground Service. Works even when the screen is locked.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on bg_ble_scanner

Packages that implement bg_ble_scanner