David PHAM-VAN

Update Barcode library to 1.9.0

@@ -5,6 +5,7 @@ @@ -5,6 +5,7 @@
5 - Improve Table.fromTextArray() 5 - Improve Table.fromTextArray()
6 - Add curved LineDataSet Chart 6 - Add curved LineDataSet Chart
7 - Fix PdfColors.fromHex() 7 - Fix PdfColors.fromHex()
  8 +- Update Barcode library to 1.9.0
8 9
9 ## 1.7.1 10 ## 1.7.1
10 11
@@ -15,7 +15,7 @@ dependencies: @@ -15,7 +15,7 @@ dependencies:
15 utf: ^0.9.0 15 utf: ^0.9.0
16 crypto: ^2.0.6 16 crypto: ^2.0.6
17 archive: ^2.0.10 17 archive: ^2.0.10
18 - barcode: ^1.8.0 18 + barcode: ^1.9.0
19 image: ^2.1.4 19 image: ^2.1.4
20 20
21 dev_dependencies: 21 dev_dependencies:
@@ -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 );