bluetooth_rfcomm 0.1.1
bluetooth_rfcomm: ^0.1.1 copied to clipboard
Cross-platform Bluetooth Classic RFCOMM serial for Dart and Flutter — one package for CLI and Flutter on Windows, macOS, Linux, Android and iOS.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add bluetooth_rfcommWith Flutter:
$ flutter pub add bluetooth_rfcommThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
bluetooth_rfcomm: ^0.1.1Alternatively, your editor might support dart pub get or 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_rfcomm/bluetooth_rfcomm.dart';