Flutter 蓝牙热敏 POS 打印机
Flutter Bluetooth thermal POS printer
有什么方法可以在蓝牙热敏打印机上打印收据,因为我真的很难在 flutter 上找到解决方案?任何事情都可以提供帮助,我非常感谢这些答案
目前您需要使用蓝牙包编写自己的逻辑。
有可用的软件包,目前支持 WiFi POS 打印机。
看一看
https://pub.flutter-io.cn/packages/esc_pos_printer
你试过这个包吗:esc_pos_bluetooth
(https://github.com/andrey-ushakov/esc_pos_bluetooth)?
我试过 esc_pos_bluetooth
包,但它不适用于 Bixolon 蓝牙打印机。
我找到了 blue_thermal_printer
库,它在 Android 上对我有用,但这个库直到现在才支持 iOS:
https://pub.dev/packages/blue_thermal_printer
主要的蓝牙打印插件有3个,我都试过了,目前这个包是最好的esc_pos_bluetooth对我来说是最好的。
我这边也不太走运(ios)。不幸的是,esc_pos_bluetooth
没有检测到我的 Epson TM-T88VI,所以这有点障碍...
你可以用这个
你可以看看这个
这个 repo 使用 3 个 laiblary
secreenshot 将小部件转换为图像
和图像库将其转换为 uint8
和 pos_print 打印它你喜欢展示
https://github.com/blackangiliq/flutter_pos_printer_spport_arabic
有什么方法可以在蓝牙热敏打印机上打印收据,因为我真的很难在 flutter 上找到解决方案?任何事情都可以提供帮助,我非常感谢这些答案
目前您需要使用蓝牙包编写自己的逻辑。 有可用的软件包,目前支持 WiFi POS 打印机。 看一看 https://pub.flutter-io.cn/packages/esc_pos_printer
你试过这个包吗:esc_pos_bluetooth
(https://github.com/andrey-ushakov/esc_pos_bluetooth)?
我试过 esc_pos_bluetooth
包,但它不适用于 Bixolon 蓝牙打印机。
我找到了 blue_thermal_printer
库,它在 Android 上对我有用,但这个库直到现在才支持 iOS:
https://pub.dev/packages/blue_thermal_printer
主要的蓝牙打印插件有3个,我都试过了,目前这个包是最好的esc_pos_bluetooth对我来说是最好的。
我这边也不太走运(ios)。不幸的是,esc_pos_bluetooth
没有检测到我的 Epson TM-T88VI,所以这有点障碍...
你可以用这个
你可以看看这个
这个 repo 使用 3 个 laiblary
secreenshot 将小部件转换为图像 和图像库将其转换为 uint8 和 pos_print 打印它你喜欢展示
https://github.com/blackangiliq/flutter_pos_printer_spport_arabic