andrey-ushakov / esc_pos_printer

ESC/POS (thermal, receipt) printing for Flutter & Dart
BSD 3-Clause "New" or "Revised" License
346 stars 298 forks source link

How to use Thermal printer in flutter Web #167

Open srinad opened 1 year ago

srinad commented 1 year ago

Hi, I am trying to use this dependency in flutter Web flatform,but I am unable to understand how to implement this. Please help

EwertonDutra commented 5 months ago

Hello, Directly from the web there is no way, it would be a security breach, and all printing until then has to go through the browser's ctrl + p

Att