usb_thermal_printer_web_pro 0.1.0
usb_thermal_printer_web_pro: ^0.1.0 copied to clipboard
A package that allows you to connect your Flutter Web Application with thermal printer via USB and print.
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