Commit 70279b16 authored by Andrey's avatar Andrey

Version 1.4.0. Updated readme, pubspec, changelog.

parent d9bba913
## [1.4.0]
* Print barcodes
## [1.3.2] ## [1.3.2]
* Added alternative printImageRaster method using (GS v 0) obsolete command * Added alternative printImageRaster method using (GS v 0) obsolete command
* Code refactoring * Code refactoring
......
...@@ -112,3 +112,6 @@ printer.printBarcode(Barcode.upcA(barData)); ...@@ -112,3 +112,6 @@ printer.printBarcode(Barcode.upcA(barData));
* ~~Flutter example: discover active Wi-Fi printers~~ * ~~Flutter example: discover active Wi-Fi printers~~
* USB printers support * USB printers support
* ~~Add encoding commands~~ * ~~Add encoding commands~~
## Test print
![test receipt](https://github.com/andrey-ushakov/esc_pos_printer/blob/master/example/receipt.jpg?raw=true)
name: esc_pos_printer name: esc_pos_printer
description: The library allows to print receipts using a ESC/POS (usually thermal) network printer. It can be used in Flutter or Dart projects. In Flutter, both Android and iOS are supported. description: The library allows to print receipts using a ESC/POS (usually thermal) network printer. It can be used in Flutter or Dart projects. In Flutter, both Android and iOS are supported.
version: 1.3.2 version: 1.4.0
author: Andrey Ushakov <flutter@tablemi.com> author: Andrey Ushakov <flutter@tablemi.com>
homepage: https://github.com/andrey-ushakov/esc_pos_printer homepage: https://github.com/andrey-ushakov/esc_pos_printer
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment