Skip to content

Commit ee08b5e

Browse files
Merge pull request juliansteenbakker#1311 from navaronbracke/roll_zxing_js
fix: bump zxing js from 0.19.1 to 0.21.3
2 parents 9a7cfe6 + f025852 commit ee08b5e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## 6.0.5
29
Bugs fixed:
310
* [Android] Fixed crash due to imageProxy being closed too early.

lib/src/web/zxing/zxing_barcode_reader.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ final class ZXingBarcodeReader extends BarcodeReader {
5252
}
5353

5454
@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';
5656

5757
JSMap? _createReaderHints(List<BarcodeFormat> formats) {
5858
if (formats.isEmpty || formats.contains(BarcodeFormat.all)) {

0 commit comments

Comments
 (0)