flutter_pax_printer_utility 0.1.4 copy "flutter_pax_printer_utility: ^0.1.4" to clipboard
flutter_pax_printer_utility: ^0.1.4 copied to clipboard

PlatformAndroid

This package based on PAX Device with NetptuneLiteApi SDK and allows printing on PAX devices via Flutter apps on Android.

flutter_pax_printer_utility #

This package based on PAX Device with NetptuneLiteApi SDK

Important: #

THIS PACKAGE WILL WORK ONLY IN ANDROID!

Installation #

flutter pub add flutter_pax_printer_utility

Set minify and shrink on your buildtype gradle #

add this line in your build.gradle
buildTypes {
    release {
        .
        .
        .
        minifyEnabled false
        shrinkResources false
    }
}

What this package do #

  • [✅] Init Printer => use init
  • [✅] Get Status Printer => use getStatus
  • [✅] set setGray level => use setGray
  • [✅] set Print => use setInvert
  • [✅] Change font set => use fontSet
  • [✅] Change space set => use spaceSet
  • [✅] Write some text => use printStr
  • [✅] Jump (n) lines => use step
  • [✅] Bold mode on/off => use setDoubleWidth and setDoubleHeight to true
  • [✅] Print Qrcodes => use printQRCode
  • [✅] Cut paper - Dedicated method just to cut the line
  • [✅] Print image from asset or from web (example show how to print both) => use printImageUrl
  • [✅] Print Bitmap => use printBitmap
  • [✅] Print Image From Asset => use printImageAsset
  • [✅] Set Left Indents => use leftIndents
  • ❌ Draw a divisor line
  • ❌ Print all types of Barcodes (see enum below)
  • ❌ Print rows like recepit with custom width and alignment
  • ❌ Able to combine with some esc/pos code that you already have!
  • ❌ Printer serial no - Get the serial number of the printer
  • ❌ Printer version - Get the printer's version
  • ❌ Printer paper size - Get the paper size ( 0: 80mm 1: 58mm)

Other Function #

  • Tempalte Print Receipt With QR => printReceiptWithQr
  • Template Print Receipt => printReceipt
  • Tempalte Print QR with info => printQRReceipt

If you have an Pax Terminal printer and need help with integration process, just Contact Me #

Tested Devices #

PAX A920 
PAX A910S

Buy me a coffe #

If you want to support this package, you can ☕️ Buy Me a Coffee
or you can scan this qr for support with ☕️ Saweria

17
likes
150
points
709
downloads

Publisher

verified publishervai.my.id

Weekly Downloads

This package based on PAX Device with NetptuneLiteApi SDK and allows printing on PAX devices via Flutter apps on Android.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_pax_printer_utility