Navaron Bracke

bump zxing js from 0.19.1 to 0.21.3

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