Skip to content

Releases: AdrianMora1/escpos_usb_printer

Added new fields on Ticket

16 Aug 22:07
Compare
Choose a tag to compare

This release features a new version of the ticket which includes new fields on it and payment methods

Kitchen Ticket Release

14 Aug 21:29
Compare
Choose a tag to compare

This release includes a new printing model: Kitchen Ticket which provides only basic information for fast and easy readability, improving kitchen operation time.

Offline Sales Label

12 Feb 23:57
Compare
Choose a tag to compare

Just a minor release about a param given from flutter to C++. Just to change one label in the ticket printed.
isOffline = true Indicates that the flutter app does not have internet connection and the label value is going to be "Folio # {auto incremental number}" and if isOffline = false the label is going to be "Orden # {auto incremental number}" instead.
This change in the label indicates if the ticket printed is generated without connection or not, just to track the sales offline and online.

V1.0.3 Release

17 Jan 22:09
Compare
Choose a tag to compare

Added error handling in the method channel, this fixes the app crash at the time that the printer tries to print and the service is not initialized yet. this only adds basic error handling and prevents the app from crashing.

UTF8 Multibyte and alignment fix

21 Nov 19:22
Compare
Choose a tag to compare
v1.0.1

fix: utf8 multibyte and alignment

Initial release

21 Nov 17:38
Compare
Choose a tag to compare

This flutter plugin for Windows uses the ESC/POS Protocol to print data on a monochromatic thermal printer.
Features:

  • Print monochromatic images in .bmp format and 400px x 120px resolution.

  • Converts UTF-8 characters to CP437, some characters are not available at all in the CP437 protocol, so that's why some irregular characters are replaced with available characters for compatibility and prior to legibility.