Flutter Bluetooth thermal POS printer

5,356

Solution 1

Currently you need to write your own logic using Bluetooth packages. There is package available which currently supports WiFi POS printer. Take a look https://pub.flutter-io.cn/packages/esc_pos_printer

Solution 2

I have tried esc_pos_bluetooth package and it's not working for Bixolon bluetooth printer.

I'v found blue_thermal_printer library and it worked for me on Android but this library doesn't support iOS until now: https://pub.dev/packages/blue_thermal_printer

Solution 3

Have you tried this package: esc_pos_bluetooth(https://github.com/andrey-ushakov/esc_pos_bluetooth)?

Share:
5,356
Japang LY
Author by

Japang LY

Updated on December 12, 2022

Comments

  • Japang LY
    Japang LY over 1 year

    Is there any way that I can print a receipt on a Bluetooth thermal printer, as I really struggling finding the solution on flutter? Anything could help, I really appreciate those answers