webf_bluetooth 1.0.0
webf_bluetooth: ^1.0.0 copied to clipboard
WebF Bluetooth module for Bluetooth Low Energy operations. Provides device scanning, connection management, service discovery, and data transfer.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add webf_bluetoothThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
webf_bluetooth: ^1.0.0Alternatively, 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:webf_bluetooth/webf_bluetooth.dart';