flutter_tsc_utils 0.1.0
flutter_tsc_utils: ^0.1.0 copied to clipboard
Utilities for generating TSC TSPL/TSPL2 printer commands from Flutter and Dart.
0.1.0 #
- Initial public release of
flutter_tsc_utils. - Added a chainable
TscGeneratorfor generating TSPL/TSPL2 commands. - Added label setup and printer control commands such as
SIZE,GAP,DENSITY,DIRECTION,SET PEEL,SET TEAR,SET CUTTER, andSET PARTIAL_CUTTER. - Added drawing and barcode commands including
TEXT,BLOCK,BARCODE,QRCODE,PDF417,DMATRIX,BAR,BOX,ERASE, andREVERSE. - Added bitmap printing support and Flutter-rendered
khmerText()for Khmer and other unsupported printer-font text. - Added tests and publish-ready package documentation.