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-01-03 21:28:54 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c9f02febc3b675c6718c70100460731edf1e730b
c9f02feb
1 parent
a08dc6d8
fix type
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/src/web/mobile_scanner_web.dart
lib/src/web/mobile_scanner_web.dart
View file @
c9f02fe
...
...
@@ -93,7 +93,7 @@ class MobileScannerWeb extends MobileScannerPlatform {
ui_web
.
platformViewRegistry
.
registerViewFactory
(
_viewType
,
(
int
id
)
=>
_divElement
,
(
int
id
)
=>
_divElement
!
,
);
}
...
...
Please
register
or
login
to post a comment