gpos720_printer 1.2.0 copy "gpos720_printer: ^1.2.0" to clipboard
gpos720_printer: ^1.2.0 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 imprimirTexto.

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 getLabel methods.
  • 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.isImpressoraOK() to getter bool PrinterStatus.isImpressoraOK.

0.0.9 #

  • Add the method Future<PrinterStatus> imprimirCodigoDeBarraImg(String mensagem, int width, int height, BarcodeTypes barcodeType).
  • Remove the method Future<PrinterStatus> fimImpressao() 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 finalizarImpresao parameter to the Gpos720Printer constructor to determine if fimImpressao should be called after every print command.
4
likes
160
pub points
59%
popularity

Publisher

unverified uploader

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