bluetooth_link 0.0.4 copy "bluetooth_link: ^0.0.4" to clipboard
bluetooth_link: ^0.0.4 copied to clipboard

PlatformAndroid

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_link

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

dependencies:
  bluetooth_link: ^0.0.4

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_link/bluetooth_link.dart';
0
likes
150
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

bluetooth_link is a Flutter plugin that enables communication with classic Bluetooth (SPP) devices on Android. Supports device discovery, connection, data streaming, and disconnection.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on bluetooth_link

Packages that implement bluetooth_link