sharara_bluetooth 0.0.2 copy "sharara_bluetooth: ^0.0.2" to clipboard
sharara_bluetooth: ^0.0.2 copied to clipboard

Sharara Bluetooth is a Flutter plugin for connecting to devices over classic Bluetooth (RFCOMM/SPP). Supports scanning, pairing, and raw data exchange, making it ideal for printers and POS devices. Cu [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sharara_bluetooth

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

dependencies:
  sharara_bluetooth: ^0.0.2

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:sharara_bluetooth/sharara_bluetooth.dart';
1
likes
120
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

Sharara Bluetooth is a Flutter plugin for connecting to devices over classic Bluetooth (RFCOMM/SPP). Supports scanning, pairing, and raw data exchange, making it ideal for printers and POS devices. Currently implemented for Android only, as iOS does not allow generic Classic Bluetooth.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, permission_handler, plugin_platform_interface, web

More

Packages that depend on sharara_bluetooth

Packages that implement sharara_bluetooth