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

A Flutter plugin for Brother label printers

flutter_brother_printer #

A Flutter plugin wraps Brother Mobile SDK for Brother PT, QL series label printers

Getting Started #

  1. Add "flutter_brother_print" to pubspec.yaml
  2. Proper permissions for bluetooth and external media (for android only) are required
  3. scan, configure, and print bitmap image

How to Print #

scanDevice()

  • initiate device scan

getPairedDevices()

  • retrive paired devices

configure()

  • configure printer info

connect()

  • starts communication with printer

print()

  • sends a bitmap image to printer

disconnect()

  • ends communication with printer

Tested Printers #

QL-820NWB, PT-P710BT

1
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A Flutter plugin for Brother label printers

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_brother_printer