andrey-ushakov / esc_pos_printer

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

How can i print more than one ticket using this package? #134

Open frehiwott opened 2 years ago

frehiwott commented 2 years ago

I was trying to use this package to print a ticket. I t works for one ticket. But i could not print more than one ticket at a time. What i want to do was to get an input from the user on the number of ticket wanted, after that print it using esc_pos_printer. But i could not achieve this

Thanks.

JoseVieiraCF commented 2 years ago

In my code I used a for loop to print more than one ticket.