easy_thermal_printer 1.0.1 copy "easy_thermal_printer: ^1.0.1" to clipboard
easy_thermal_printer: ^1.0.1 copied to clipboard

A simple Flutter library for Bluetooth thermal printing using ESC/POS commands. Supports text, images, QR codes, barcodes, and HTML receipt preview.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_thermal_printer

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

dependencies:
  easy_thermal_printer: ^1.0.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:easy_thermal_printer/easy_thermal_printer.dart';
0
likes
140
points
18
downloads

Publisher

verified publisherrobbysoerya.dev

Weekly Downloads

A simple Flutter library for Bluetooth thermal printing using ESC/POS commands. Supports text, images, QR codes, barcodes, and HTML receipt preview.

Repository (GitHub)
View/report issues

Topics

#bluetooth #printer #escpos #thermal #receipt

Documentation

API reference

License

MIT (license)

Dependencies

barcode_image, fluetooth_plus, flutter, image, zxing_lib

More

Packages that depend on easy_thermal_printer