smart_printer_flutter 0.1.1 copy "smart_printer_flutter: ^0.1.1" to clipboard
smart_printer_flutter: ^0.1.1 copied to clipboard

A Flutter plugin to print text, pdf, barcodes, and QR codes to thermal label and POS printers using TSPL, ZPL, ESC/POS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_printer_flutter

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

dependencies:
  smart_printer_flutter: ^0.1.1

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:smart_printer_flutter/smart_printer_flutter.dart';
2
likes
150
points
52
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to print text, pdf, barcodes, and QR codes to thermal label and POS printers using TSPL, ZPL, ESC/POS.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, permission_handler, plugin_platform_interface

More

Packages that depend on smart_printer_flutter

Packages that implement smart_printer_flutter