Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Navaron Bracke
2025-01-29 10:14:29 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5302c018a89fed48c998275441dc8567f8319045
5302c018
1 parent
f7d218dc
bump zxing js from 0.19.1 to 0.21.3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
CHANGELOG.md
lib/src/web/zxing/zxing_barcode_reader.dart
CHANGELOG.md
View file @
5302c01
## 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.
...
...
lib/src/web/zxing/zxing_barcode_reader.dart
View file @
5302c01
...
...
@@ -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
))
{
...
...
Please
register
or
login
to post a comment