bt_service 0.0.3 copy "bt_service: ^0.0.3" to clipboard
bt_service: ^0.0.3 copied to clipboard

PlatformAndroid

A production-ready Flutter plugin for Bluetooth Classic (RFCOMM) on Android. Supports connect, disconnect, and data transfer with robust error handling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bt_service

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

dependencies:
  bt_service: ^0.0.3

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:bt_service/bt_service.dart';
0
likes
160
points
--
downloads

Publisher

unverified uploader

Weekly Downloads

A production-ready Flutter plugin for Bluetooth Classic (RFCOMM) on Android. Supports connect, disconnect, and data transfer with robust error handling.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on bt_service

Packages that implement bt_service