rx_ble 1.0.0 copy "rx_ble: ^1.0.0" to clipboard
rx_ble: ^1.0.0 copied to clipboard

A Flutter BLE plugin, based on RxAndroidBle and RxBluetoothKit.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rx_ble

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  rx_ble: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:rx_ble/rx_ble.dart';
8
likes
35
pub points
0%
popularity

Publisher

unverified uploader

A Flutter BLE plugin, based on RxAndroidBle and RxBluetoothKit.

Repository (GitHub)
View/report issues

License

LGPL-3.0 (LICENSE)

Dependencies

flutter, plugin_scaffold

More

Packages that depend on rx_ble