spp_connection_plugin 0.0.7 copy "spp_connection_plugin: ^0.0.7" to clipboard
spp_connection_plugin: ^0.0.7 copied to clipboard

A comprehensive Flutter plugin for Bluetooth Serial Port Profile (SPP) communication, providing full terminal functionality including real-time data streaming, hex mode, newline control, background se [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add spp_connection_plugin

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

dependencies:
  spp_connection_plugin: ^0.0.7

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:spp_connection_plugin/spp_connection_plugin.dart';
2
likes
135
points
55
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter plugin for Bluetooth Serial Port Profile (SPP) communication, providing full terminal functionality including real-time data streaming, hex mode, newline control, background service support, and permission handling for Android 12+.

Repository (GitHub)
View/report issues

Topics

#bluetooth #serial #terminal #communication

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on spp_connection_plugin

Packages that implement spp_connection_plugin