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
p-mazhnik
2022-11-21 18:12:51 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
176ec133239429870e199ac62b1a297cd053b227
176ec133
1 parent
4710e24f
refactor: abstract web scanner
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
lib/src/web/jsqr.dart
lib/src/web/jsqr.dart
View file @
176ec13
...
...
@@ -36,9 +36,9 @@ class JsQrCodeReader extends WebBarcodeReaderBase {
bool
get
isStarted
=>
_localStream
!=
null
;
@override
int
get
videoWidth
=>
video
.
w
idth
;
int
get
videoWidth
=>
video
.
videoW
idth
;
@override
int
get
videoHeight
=>
video
.
h
eight
;
int
get
videoHeight
=>
video
.
videoH
eight
;
@override
Future
<
void
>
start
({
...
...
Please
register
or
login
to post a comment