unified_esc_pos_printer 3.0.0
unified_esc_pos_printer: ^3.0.0 copied to clipboard
Unified ESC/POS thermal printer package for Flutter. Supports USB, Bluetooth Classic, BLE, and Network connections with a single PrinterManager API
3.0.0 #
- BREAKING: Rename
TextStylestoPrintTextStyle - BREAKING: Rename
stylesparameter tostylein ticket/generator APIs andPrintColumn - BREAKING: Rename
textStyletostyleinTicket.textRaster(...)andrenderTextLinesAsImages(...) - Update README and example app to use the new names
2.0.0 #
- BREAKING: Remove
alignfromTextStyles - Add explicit
alignparameter toTicket.text(...)andTicket.textEncoded(...) - Add
PrintColumn.alignfor row/column alignment - Update
Generatoralignment flow to use explicit alignment parameters - Update
README.mdand example app usage to the new alignment API
1.0.3 #
- Rename
spaceBetweenRowstocolumnGapfor clarity - Only apply
columnGapbetween columns, not after the last column - Change default
columnGapfrom 5 to 1
1.0.2 #
- Improved Pub Score
1.0.1 #
- Update README.md.
1.0.0 #
- Initial release.