bluetooth_flutter 0.0.1
bluetooth_flutter: ^0.0.1 copied to clipboard
Cross-platform Bluetooth Low Energy for Flutter. Integrates the bluetooth_dart package and uses cargokit to build the native Rust (btleplug) library and reach it via FFI.
0.0.1 #
- Initial scaffold: Flutter plugin that builds the native
bluetooth_core(btleplug) library via cargokit and re-exports thebluetooth_dartAPI. - Build wiring for Android, iOS, macOS, Linux, and Windows. Scan verified on macOS, Ubuntu 24.04, and Android.
- Android: bundle btleplug's droidplug Java/JNI companion and initialize it at startup, so scanning works on-device.