bluetooth_rfcomm 0.1.1 copy "bluetooth_rfcomm: ^0.1.1" to clipboard
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_rfcomm

With Flutter:

 $ flutter pub add bluetooth_rfcomm

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

dependencies:
  bluetooth_rfcomm: ^0.1.1

Alternatively, 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';
0
likes
160
points
348
downloads

Documentation

Documentation
API reference

Publisher

verified publishercarson.lol

Weekly Downloads

Cross-platform Bluetooth Classic RFCOMM serial for Dart and Flutter — one package for CLI and Flutter on Windows, macOS, Linux, Android and iOS.

Homepage
Repository (GitHub)
View/report issues

Topics

#bluetooth #serial #rfcomm #ffi #flutter

License

BSD-3-Clause (license)

Dependencies

code_assets, dbus, ffi, hooks, logging, meta, native_toolchain_c

More

Packages that depend on bluetooth_rfcomm