I have this Portable POS System POS Model: TC-TOUCH-T2 I am writing program in flutter any one know how to connect the in-build printer to Flutter to print a invoice?
Thanks Ace
Try out esc_pos_printer
package, you can find it here (it's network printer)
You can use blue_thermal_printer
for bluetooth connection, check here
Or you can find more useful packages in pub.dev you can choose suitable one for your requirement.
Hope it might help
Use esc_pos_printer for a network printer (LAN/WiFi) or esc_pos_bluetooth for a Bluetooth printer. Both packages use esc_pos_utils under the hood.