pos_bt_printer 1.0.0 copy "pos_bt_printer: ^1.0.0" to clipboard
pos_bt_printer: ^1.0.0 copied to clipboard

PlatformAndroid

Flutter plugin for Bluetooth Classic POS printer using MAC address (SPP), optimized for POS devices.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pos_bt_printer

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

dependencies:
  pos_bt_printer: ^1.0.0

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:pos_bt_printer/pos_bt_printer.dart';
1
likes
140
points
--
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for Bluetooth Classic POS printer using MAC address (SPP), optimized for POS devices.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on pos_bt_printer

Packages that implement pos_bt_printer