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
2023-12-07 10:53:24 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d2245cfbca96a1e2120c20d3d9e156a91b736410
d2245cfb
1 parent
0be282ea
remove unused method invocation; use videoSize getter
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
lib/src/web/mobile_scanner_web.dart
lib/src/web/mobile_scanner_web.dart
View file @
d2245cf
...
...
@@ -125,7 +125,7 @@ class MobileScannerWeb extends MobileScannerPlatform {
return
MobileScannerViewAttributes
(
hasTorch:
hasTorch
,
size:
_barcodeReader
.
output
Size
,
size:
_barcodeReader
.
video
Size
,
);
}
catch
(
error
,
stackTrace
)
{
throw
MobileScannerException
(
...
...
@@ -167,7 +167,6 @@ class MobileScannerWeb extends MobileScannerPlatform {
}
await
stop
();
await
_barcodeReader
.
dispose
();
await
_barcodesController
.
close
();
}
}
...
...
Please
register
or
login
to post a comment