andrey-ushakov / esc_pos_utils

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

Not supporting other barcode types #107

Closed TGkishan closed 1 year ago

TGkishan commented 1 year ago

final List barData = [1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 4]; bytes += generator.barcode(Barcode.upcA(barData)); Only Supporting this upcA type other all types like code128 not support

TGkishan commented 1 year ago

solve problem