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
2024-10-05 11:37:39 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
816c0594efe4e17c5f7c5b8ce0d1c5bf88d41538
816c0594
1 parent
75208e47
provide the barcode capture size on the web
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
lib/src/web/zxing/zxing_barcode_reader.dart
lib/src/web/zxing/zxing_barcode_reader.dart
View file @
816c059
...
...
@@ -121,6 +121,7 @@ final class ZXingBarcodeReader extends BarcodeReader {
controller
.
add
(
BarcodeCapture
(
barcodes:
[
result
.
toBarcode
],
size:
videoSize
,
),
);
}
...
...
Please
register
or
login
to post a comment