ble_sdk 0.2.4 copy "ble_sdk: ^0.2.4" to clipboard
ble_sdk: ^0.2.4 copied to clipboard

Bluetooth Low Energy (BLE) plugin that can communicate with single device

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ble_sdk

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

dependencies:
  ble_sdk: ^0.2.4

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:ble_sdk/ble_sdk.dart';
1
likes
140
points
79
downloads

Publisher

unverified uploader

Weekly Downloads

Bluetooth Low Energy (BLE) plugin that can communicate with single device

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface, protobuf

More

Packages that depend on ble_sdk