We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a7cfe6 + f025852 commit ee08b5eCopy full SHA for ee08b5e
CHANGELOG.md
@@ -1,3 +1,10 @@
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
8
## 6.0.5
9
Bugs fixed:
10
* [Android] Fixed crash due to imageProxy being closed too early.
lib/src/web/zxing/zxing_barcode_reader.dart
@@ -52,7 +52,7 @@ final class ZXingBarcodeReader extends BarcodeReader {
52
}
53
54
@override
55
- String get scriptUrl => 'https://unpkg.com/@zxing/library@0.19.1';
+ String get scriptUrl => 'https://unpkg.com/@zxing/library@0.21.3';
56
57
JSMap? _createReaderHints(List<BarcodeFormat> formats) {
58
if (formats.isEmpty || formats.contains(BarcodeFormat.all)) {
0 commit comments