Showing
3 changed files
with
3 additions
and
1 deletions
| @@ -80,6 +80,7 @@ void main() { | @@ -80,6 +80,7 @@ void main() { | ||
| 80 | 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), | 81 | barcode(Barcode.pdf417(), 'PDF147 Demo', height: 35), |
| 82 | barcode(Barcode.dataMatrix(), 'Data Matrix', width: 120, height: 120), | 82 | barcode(Barcode.dataMatrix(), 'Data Matrix', width: 120, height: 120), |
| 83 | + barcode(Barcode.aztec(), 'Aztec', width: 120, height: 120), | ||
| 83 | ], | 84 | ], |
| 84 | ), | 85 | ), |
| 85 | ); | 86 | ); |
-
Please register or login to post a comment