DavBfr / dart_barcode

Barcode generation library
https://pub.dev/packages/barcode
Apache License 2.0
132 stars 41 forks source link

How to remove the text from barcode? #28

Closed NiroopNife closed 3 years ago

NiroopNife commented 3 years ago

Is there a way to remove the text which is appearing in the bottom of the barcode?

DavBfr commented 3 years ago

Look for a drawText property on toSvg() or BarcodeWidget, depending on what you use.