1

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

Ace
  • 11
  • 6

2 Answers2

0

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

Kavin-K
  • 1,948
  • 3
  • 17
  • 48
  • thanks you but this is Bluetooth connection not WiFi connection – Ace Nov 21 '19 at 07:09
  • I use blue_thermal_printer for bluetooth connection, it is not working with arabic, it is not working give me unknown characters any help? – Ace Nov 23 '19 at 12:50
0

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.

Jean DuPont
  • 411
  • 7
  • 22