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
Daniel Newton
2022-03-22 17:37:20 +1300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
04db96fd54234eadf2968a4cc2ed797d4ef2e99d
04db96fd
1 parent
c1870ea9
update 'facing' parameter typo
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/mobile_scanner_web_plugin.dart
lib/mobile_scanner_web_plugin.dart
View file @
04db96f
...
...
@@ -81,7 +81,7 @@ class MobileScannerWebPlugin {
vidDiv
.
children
=
[
video
];
final
CameraFacing
cameraFacing
=
arguments
[
'
cameraF
acing'
]
??
CameraFacing
.
front
;
arguments
[
'
f
acing'
]
??
CameraFacing
.
front
;
// See https://github.com/flutter/flutter/issues/41563
// ignore: UNDEFINED_PREFIXED_NAME
...
...
Please
register
or
login
to post a comment