esc_pos_dart 1.0.0
esc_pos_dart: ^1.0.0 copied to clipboard
ESC/POS thermal WiFi printer support for Dart (non-Flutter dependent).
1.0.0 #
- Dart pure version:
- Adjusted for Dart 3.
- Removed any Flutter dependency.
- Fixed lints.
- Added full printing example.
Original Work #
This package is based on the packages esc_pos_printer and esc_pos_utils by Andrey Ushakov (andrey-ushakov@GitHub). Both packages are Flutter dependent, which makes it impossible to use in Dart pure applications.