aoi 0.0.1+3 copy "aoi: ^0.0.1+3" to clipboard
aoi: ^0.0.1+3 copied to clipboard

A Dart/Flutter BLE library based on the multi-platform Rust library btleplug

Build Status Github Stars MIT License

Aoi Banner

AOI - Bluetooth Low Energy (BLE) library #

A Dart/Flutter BLE library based on the multi-platform Rust library btleplug.

🚧 This is a work in progress: Do not use in production. 🚧


Features #

  • 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

Getting Started #

  • With Flutter, run flutter pub add aoi flutter_aoi
  • For Dart-only, run dart pub add aoi

Supported platforms (for now) #

  • iOS
  • MacOS

Planned to support in the near future #

  • Windows
2
likes
140
pub points
0%
popularity

Publisher

unverified uploader

A Dart/Flutter BLE library based on the multi-platform Rust library btleplug

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

unknown (license)

Dependencies

collection, ffi, flutter_rust_bridge, freezed_annotation, meta, uuid

More

Packages that depend on aoi