Easy Thermal Printer

pub package License: MIT Flutter

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


๐Ÿš€ Features

  • ๐Ÿ–จ Print text, images, barcodes, and QR codes
  • ๐Ÿ“ Support for 58mm and 80mm paper sizes
  • ๐Ÿ”— Bluetooth scanning, connection, and printing
  • ๐Ÿงพ Convert receipts to HTML for print preview
  • ๐Ÿ’ก Example app with live receipt preview using flutter_html

๐Ÿ“ฆ Installation

Add this to your pubspec.yaml:

dependencies:
  easy_thermal_printer:
    git:
      url: https://github.com/robbysoerya/easy_thermal_printer.git

---

### ๐Ÿ™ Credits & Inspiration

This project is a Flutter reimplementation and enhancement inspired by:

- [**DantSu/ESCPOS-ThermalPrinter-Android**](https://github.com/DantSu/ESCPOS-ThermalPrinter-Android)  
  The original Android Java library that provides ESC/POS printing support.

- [**blue_print_pos**](https://pub.dev/packages/blue_print_pos)  
  A Flutter plugin for Bluetooth printing that inspired the Flutter integration layer.

Both projects helped shape the design and features of **Easy Thermal Printer**,
with major rewrites and cross-platform improvements for modern Flutter use.