rx_ble 0.3.0 rx_ble: ^0.3.0 copied to clipboard
A Flutter BLE plugin, based on RxAndroidBle and RxBluetoothKit.
Flutter Rx BLE #
A Flutter BLE plugin, based on the wonderful RxAndroidBle and RxBluetoothKit libraries.
ios currently under development
Batteries included. #
- Acquire every permission and setting required for Bluetooth access, using a single method -
RxBle.requestAccess()
. - No need to manually discover BLE services.
- Automatically queue up GATT requests to avoid race conditions.