A Dart/Flutter BLE library leveraging the cross-platform capabilities of the Rust-based btleplug library.
🚧 Under Development: Not recommended for production use. 🚧
- Access BLE adapter(s)
- Scan for peripherals
- Filter by:
- Name
- Manufacturer ID
- Manufacturer data
- Having Service UUID
- Connect to peripheral
- List, read and write characteristics
- With Flutter, run
flutter pub add aoi flutter_aoi
- For Dart-only, run
dart pub add aoi
- iOS
- MacOS
- Windows