esp_pos_printer_th 0.0.2 esp_pos_printer_th: ^0.0.2 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 Dart:
$ dart pub add esp_pos_printer_th
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 dart pub get
):
dependencies:
esp_pos_printer_th: ^0.0.2
Alternatively, your editor might support dart pub get
or 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';