unified_esc_pos_printer 3.2.0
unified_esc_pos_printer: ^3.2.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.2.0 #
- Migrate USB serial dependency from
flutter_libserialporttolibserialport_plusto fix Android 16KB page size compatibility (#3)
3.1.0 #
- Add
PrintRasterColumnclass for FlutterTextStyle-based column definitions - Add
Ticket.rowRaster()method for raster-rendered table rows with full Flutter text styling, multilingual support, and RTL text direction - Update example app with Raster Row & Columns demo
3.0.1 #
- Fix iOS BLE scan stream handler by using explicit
BleScanStreamHandlerwhen setting the stream handler for the BLE scan event channel (#1)
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.