evolute_printer_flutter 0.0.1
evolute_printer_flutter: ^0.0.1 copied to clipboard
A Flutter plugin for Evolute handheld devices with integrated thermal printer. Supports text, image, and QR code printing via the Evolute SDK AIDL service.
0.0.1 #
- Initial release.
- Android only — Evolute handheld devices with integrated thermal printer.
- Supported operations:
connect()/disconnect()— AIDL service lifecyclesetProperties()— font size & text alignmentappendText()— buffer text contentflushBuffer()— clear bufferstartPrinting()— commit buffer to printerprintImage()— print bitmap from Uint8ListprintQRCode()— print QR code with configurable size & alignmentfeedLines()— paper feedgetStatus()— query printer hardware status
- Full
PrinterStatusenum covering all ESDKConstant codes (0, -5, -51 through -57). - Full
PrintFontSizeenum covering all 16 ESDKConstant.FontSize values. - Verified against Evolute SDK V02.09.00-01.