Navaron Bracke

bump zxing js from 0.19.1 to 0.21.3

  1 +## NEXT
  2 +Bugs fixed:
  3 +* [web] Fixed a bug that prevented color inverted barcodes from being scanned.
  4 +
  5 +Improvements:
  6 +* [web] Bump ZXingJS from version 0.19.1 to 0.21.3.
  7 +
1 ## 6.0.4 8 ## 6.0.4
2 Bugs fixed: 9 Bugs fixed:
3 * [Android] Fixed UI stutter when `returnImage` is true. 10 * [Android] Fixed UI stutter when `returnImage` is true.
@@ -52,7 +52,7 @@ final class ZXingBarcodeReader extends BarcodeReader { @@ -52,7 +52,7 @@ final class ZXingBarcodeReader extends BarcodeReader {
52 } 52 }
53 53
54 @override 54 @override
55 - String get scriptUrl => 'https://unpkg.com/@zxing/library@0.19.1'; 55 + String get scriptUrl => 'https://unpkg.com/@zxing/library@0.21.3';
56 56
57 JSMap? _createReaderHints(List<BarcodeFormat> formats) { 57 JSMap? _createReaderHints(List<BarcodeFormat> formats) {
58 if (formats.isEmpty || formats.contains(BarcodeFormat.all)) { 58 if (formats.isEmpty || formats.contains(BarcodeFormat.all)) {