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
djpnewton
2022-03-22 17:19:47 +1300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2022-03-22 17:19:47 +1300
Commit
c1870ea9b044beb760db874213f0de7714bd7e1b
c1870ea9
1 parent
2447a325
Update mobile_scanner_web_plugin.dart
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
lib/mobile_scanner_web_plugin.dart
lib/mobile_scanner_web_plugin.dart
View file @
c1870ea
...
...
@@ -116,6 +116,7 @@ class MobileScannerWebPlugin {
_localStream
=
await
html
.
window
.
navigator
.
getUserMedia
(
video:
constraints
);
}
else
{
debugPrint
(
'no facingMode capabilities :('
);
_localStream
=
await
html
.
window
.
navigator
.
getUserMedia
(
video:
true
);
}
...
...
Please
register
or
login
to post a comment