ble_sdk 0.2.5-beta
ble_sdk: ^0.2.5-beta 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_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ble_sdk: ^0.2.5-betaAlternatively, 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';