usb_thermal_printer_web_pro 0.1.2
usb_thermal_printer_web_pro: ^0.1.2 copied to clipboard
Connect to a thermal printer via USB in Flutter Web and print.
0.1.2 #
Bug fix: Await while printing
0.1.1 #
Specify web as the only supported platform on pub.dev
0.1.0 #
Multiple changes:
printRowis nowprintKeyValue(possible breaking change for existing users of original package)- Added
printFlexfunction that allows printing of multiple items from a list along with user-specified width and alignment - Added config options (such as
printWidth,leftPadding, 'rightPadding`) - Added more config options to the
printTextfunc, such as (alignment, bold, title) - Added fully functional
example - Updated .gitignore