bluetooth_link 0.0.4
bluetooth_link: ^0.0.4 copied to clipboard
bluetooth_link is a Flutter plugin that enables communication with classic Bluetooth (SPP) devices on Android. Supports device discovery, connection, data streaming, and disconnection.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bluetooth_linkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bluetooth_link: ^0.0.4Alternatively, 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:bluetooth_link/bluetooth_link.dart';