andrey-ushakov / esc_pos_utils

Basic Flutter/Dart classes for ESC/POS printing
BSD 3-Clause "New" or "Revised" License
140 stars 308 forks source link

any plan on supporting web if not do you know a way of printing through web ? thanks #46

Open PavieOlivier opened 3 years ago

xfiremen commented 3 years ago

@PavieOlivier cannot print via web. Because Any thermal printers is connected via TCP/IP . Flutter Web does not support socket method. If you want to do that you can build middleware to support Websocket/Http/https. https://stackoverflow.com/questions/59517689/is-there-any-way-to-print-from-google-chrome-to-thermal-printer-escpos-in-loca