evolute_printer_flutter 0.0.1 copy "evolute_printer_flutter: ^0.0.1" to clipboard
evolute_printer_flutter: ^0.0.1 copied to clipboard

PlatformAndroid

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 lifecycle
    • setProperties() — font size & text alignment
    • appendText() — buffer text content
    • flushBuffer() — clear buffer
    • startPrinting() — commit buffer to printer
    • printImage() — print bitmap from Uint8List
    • printQRCode() — print QR code with configurable size & alignment
    • feedLines() — paper feed
    • getStatus() — query printer hardware status
  • Full PrinterStatus enum covering all ESDKConstant codes (0, -5, -51 through -57).
  • Full PrintFontSize enum covering all 16 ESDKConstant.FontSize values.
  • Verified against Evolute SDK V02.09.00-01.
0
likes
150
points
59
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for Evolute handheld devices with integrated thermal printer. Supports text, image, and QR code printing via the Evolute SDK AIDL service.

Repository (GitHub)
View/report issues

Topics

#printer #thermal-printer #evolute #hardware #android

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on evolute_printer_flutter

Packages that implement evolute_printer_flutter