andrey-ushakov / esc_pos_utils

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

how stop and continue printing #97

Open BrunoSantosCosta opened 1 year ago

BrunoSantosCosta commented 1 year ago

I have a for loop that prints several items, I need that after each item within the for loop, printing stops and continues only after clicking ok in a dialog, is there any way to do this?