bluetooth_dart 0.0.1
bluetooth_dart: ^0.0.1 copied to clipboard
Cross-platform Bluetooth Low Energy for Dart and Flutter. Pure Dart (no Flutter dependency) with native BLE from Rust (btleplug) via FFI and a pluggable backend registry.
0.0.1 #
- Initial scaffold: pure-Dart Bluetooth LE over FFI (Rust
bluetooth_core/ btleplug) with a pluggable backend registry. - Permission status/request, scan (discovered-device stream), connect, discover services, read, write, and notification subscriptions.
- Scan path verified on macOS; deeper operations implemented but not yet hardware-verified. Web falls through to an unsupported floor (Web Bluetooth backend planned).