esp_pos_printer_th 0.0.4 esp_pos_printer_th: ^0.0.4 copied to clipboard
The library allows to print receipts using an ESC/POS thermal WiFi printer 2023.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add esp_pos_printer_th
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
esp_pos_printer_th: ^0.0.4
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:esp_pos_printer_th/esp_pos_printer_th.dart';