I'm new to flutter, right no I'm trying to develop an app for windows that can print a ticket via USB from a thermal printer. I have been trying to communicate with the printer using a few plugins, I have tried pos_printer_manager
, and flutter_pos_printer_platform
(discontinued), but have not succeeded.
Can you guys tell me how to send data via USB to the thermal printer in Windows, or maybe anyone can recommend on a good package with complete documentation?