sharara_bluetooth 0.0.2
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_bluetoothThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sharara_bluetooth: ^0.0.2Alternatively, 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';