Skip to content

Commit

Permalink
Merge pull request #1311 from navaronbracke/roll_zxing_js
Browse files Browse the repository at this point in the history
fix: bump zxing js from 0.19.1 to 0.21.3
  • Loading branch information
juliansteenbakker authored Feb 4, 2025
2 parents 9a7cfe6 + f025852 commit ee08b5e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 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.5
Bugs fixed:
* [Android] Fixed crash due to imageProxy being closed too early.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/web/zxing/zxing_barcode_reader.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit ee08b5e

Please sign in to comment.