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

Hi guys,How to remove pagenumber #52

Closed Jeromekio closed 2 years ago

Jeromekio commented 3 years ago

I‘m print my code,but title before always have “0”,I try remove it,but I can't. My english not good,i upload image.Thank you: Rtco7V.jpg RtcXc9.jpg

Jeromekio commented 2 years ago

done!before return bytes; Add bytes.removeLast(); bytes.removeLast(); return bytes;