bluetooth_rfcomm_flutter 0.1.0 copy "bluetooth_rfcomm_flutter: ^0.1.0" to clipboard
bluetooth_rfcomm_flutter: ^0.1.0 copied to clipboard

PlatformAndroid

Flutter plugin that adds the Android native build for bluetooth_rfcomm (Bluetooth Classic RFCOMM serial). Add it to a Flutter app and use the bluetooth_rfcomm API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bluetooth_rfcomm_flutter

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

dependencies:
  bluetooth_rfcomm_flutter: ^0.1.0

Alternatively, 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_rfcomm_flutter/bluetooth_rfcomm_flutter.dart';
0
likes
160
points
140
downloads

Documentation

API reference

Publisher

verified publishercarson.lol

Weekly Downloads

Flutter plugin that adds the Android native build for bluetooth_rfcomm (Bluetooth Classic RFCOMM serial). Add it to a Flutter app and use the bluetooth_rfcomm API.

Homepage
Repository (GitHub)
View/report issues

Topics

#bluetooth #serial #rfcomm #flutter

License

BSD-3-Clause (license)

Dependencies

bluetooth_rfcomm, flutter

More

Packages that depend on bluetooth_rfcomm_flutter

Packages that implement bluetooth_rfcomm_flutter