Showing
4 changed files
with
8 additions
and
4 deletions
| @@ -56,7 +56,7 @@ Widget barcode( | @@ -56,7 +56,7 @@ Widget barcode( | ||
| 56 | 56 | ||
| 57 | void main() { | 57 | void main() { |
| 58 | setUpAll(() { | 58 | setUpAll(() { |
| 59 | - Document.debug = true; | 59 | + // Document.debug = true; |
| 60 | pdf = Document(); | 60 | pdf = Document(); |
| 61 | }); | 61 | }); |
| 62 | 62 | ||
| @@ -76,7 +76,10 @@ void main() { | @@ -76,7 +76,10 @@ void main() { | ||
| 76 | barcode(Barcode.ean5(), '30897', width: 60), | 76 | barcode(Barcode.ean5(), '30897', width: 60), |
| 77 | barcode(Barcode.itf14(), '2578639587234'), | 77 | barcode(Barcode.itf14(), '2578639587234'), |
| 78 | barcode(Barcode.telepen(), 'Telepen'), | 78 | barcode(Barcode.telepen(), 'Telepen'), |
| 79 | + barcode(Barcode.codabar(), '1234-5678'), | ||
| 79 | barcode(Barcode.qrCode(), 'QR-Code!', width: 120, height: 120), | 80 | barcode(Barcode.qrCode(), 'QR-Code!', width: 120, height: 120), |
| 81 | + barcode(Barcode.pdf417(), 'PDF147 Demo', height: 35), | ||
| 82 | + barcode(Barcode.dataMatrix(), 'Data Matrix', width: 120, height: 120), | ||
| 80 | ], | 83 | ], |
| 81 | ), | 84 | ), |
| 82 | ); | 85 | ); |
No preview for this file type
-
Please register or login to post a comment