gpos720_printer 1.2.2 copy "gpos720_printer: ^1.2.2" to clipboard
gpos720_printer: ^1.2.2 copied to clipboard

PlatformAndroid

A Flutter plugin to integrate printing in the Gertec GPOS720.

0.0.1 #

  • Initial release.

0.0.2 #

  • Add topics to the package.
  • Refactor to return a string representation of the printer status on print commands.
  • Adds a StatusPrinter enum and a method to parse it from a string.

0.0.3 #

  • Fixes typos on README.md.

0.0.4 #

  • Refactor to return a enum representation of the printer status on print commands.

0.0.5 #

  • Updated the README.md to reflect the latest modifications.

0.0.5+1 #

  • Formatting and corrections in the README.md.

0.0.6 #

  • Fixes invalid arguments in method printText.

0.0.6+1 #

  • Formatting corrections in the CHANGELOG.md.

0.0.6+2 #

  • Fixes typos on README.md.

0.0.6+3 #

  • Fixes more typos on README.md.

0.0.7 #

  • Reconfiguration of default values.
  • Refactor in label & message getters.
  • Updated README.md.

0.0.7+1 #

  • Formatting in the README.md.

0.0.7+2 #

  • Updated example.

0.0.8 #

  • Refactor from method bool PrinterStatus.isPrinterOk() to getter bool PrinterStatus.isPrinterOk.

0.0.9 #

  • Add the method Future<PrinterStatus> printBarcodeImage(String barcode, int width, int height, BarcodeTypes barcodeType).
  • Remove the method Future<PrinterStatus> endPrinting() and call it after every printer command.
  • Updated README.md and example.

0.0.10 #

  • Updated README.md and example.

0.0.10+1 #

  • Updated example.

1.0.0 #

  • Add a method that prints images, filtering them to black and white using a binary filter.
  • Add a utility method to apply a binary filter to images.
  • Updated README.md and example.

1.1.0 #

  • Refactor of the binary filter, now implements dithering to represent not too dark colors.
  • Updated README.md and example.

1.1.0+1 #

  • Updated README.md.

1.1.0+2 #

  • Updated example.

1.1.0+3 #

  • Formatting corrections in the CHANGELOG.md.

1.2.0 #

  • Adds the boolean finishPrintingAfterEachCommand parameter to the Gpos720Printer constructor to determine if endPrinting should be called after every print command.

1.2.1 #

  • Renamed all method names from Portuguese to English for consistency.
  • Added ProGuard rules to keep important classes safe from removal or obfuscation during minification to ensure correct runtime behavior.
  • Updated gradle.

1.2.1+1 #

  • Readme fix.

1.2.2 #

  • Removes the PrinterStatus.message getter.
5
likes
160
points
58
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to integrate printing in the Gertec GPOS720.

Repository (GitHub)
View/report issues

Topics

#printer #gertec #gpos720

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on gpos720_printer

Packages that implement gpos720_printer