zebra_usb_printer 0.0.1
zebra_usb_printer: ^0.0.1 copied to clipboard
A Flutter plugin for printing ZPL labels to Zebra USB printers on Android. Supports printing, printer status checks, and USB permission handling.
0.0.1 #
- Initial release.
- Support for printing ZPL labels to Zebra USB printers on Android.
printLabel(String zpl)– sends a ZPL string to the connected Zebra USB printer.getPrinterStatus()– returns the current printer status (READY,NOT_FOUND,PERMISSION_REQUIRED, orERROR: <message>).- Automatic USB permission request flow when permission has not yet been granted.