network_pos_printer 1.1.8 network_pos_printer: ^1.1.8 copied to clipboard
A library to send texts silently (with simple styles like underline, bold, justification, etc.) to a network ESC/POS printer (usually thermal)
[1.1.8] - 2 October 2019 #
- NetworkPOSColumn width limitation
[1.1.5] - [1.1.7] - 14th August 2019 #
- writeRow(List of NetworkPOSColumn) method added
- renaming, cleaning and refactoring of internal code
- example and README updated
[1.1.4] - 19th June 2019 #
- BREAKING CHANGE : setTextSize signature (from int to NetworkPOSTextSize)
- BREAKING CHANGE : writeLine signature (now without default value)
- writeLineWithStyle() method added to handle styles more easily
- setFont method added
- Update README
- Update example
- import dart:math removed
[0.1.5] - [0.1.6] - 18th June 2019 #
- Upgrade version of Dart
- Update README
[0.1.4] - 22th May 2019 #
- README updated
[0.1.3] - 29th April 2019 #
- License added
[0.1.2] - 29th April 2019 #
- Update README.md
- writeLines added
[0.1.1] - 29th April 2019 #
- setTextSize added
- writeAll added
- Breaking change : NetworkPOSPrinterUnderline.single_weight => NetworkPOSPrinterUnderline.single
- Breaking change : NetworkPOSPrinterUnderline.double_weight => NetworkPOSPrinterUnderline.double
[0.1.0] - 26th April 2019 #
Final version and example
[0.0.1] - [0.0.3] - 26th April 2019 #
- Initial release with cut and simple styles
- Refactor names and cleaning code
- Documentation