healthrian_printer_support 1.0.14
healthrian_printer_support: ^1.0.14 copied to clipboard
This library for printing via USB on PCL-m printers (e.g., HP printers).
1.0.14 #
- Improve performance for converting grayscale image using
byteData.buffer.asUint32List()instead ofbyteData.buffer.asUint8List().
1.0.13 #
- Removed version constraints from dependencies.
1.0.12 #
- Refactor: Remove black and white printing option.
1.0.11 #
- Modify default stripHeight to 877 (instead of 128).
1.0.10 #
- Reduce a compression level of Zlib due to the performance issue.
1.0.9 #
- Add black and white printing option and configurable strip height.
1.0.8 #
- Avoid out of memory due to allocating nest list.
1.0.7 #
- Remove unsupported platforms.
1.0.6 #
- Change dependency
archiveto ">=3.0.0".
1.0.5 #
- add
isConnected()to check connectivity of USB printer.
1.0.4 #
- remove 30ms delay between each different packet (regression).
1.0.3 #
- add 30ms delay between each different packet.
1.0.1 #
- Remove dependency of
path_provider.
1.0.0 #
- Initial release.