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-04-09 12:08:36 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ed2b15e446ef55441167014b82b08a2c3f00ddfa
ed2b15e4
1 parent
71de3949
rename the web view type to kebab case
Hide 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 @
ed2b15e
...
...
@@ -55,7 +55,7 @@ class MobileScannerWeb extends MobileScannerPlatform {
StreamController
.
broadcast
();
/// The view type for the platform view factory.
static
const
String
_viewType
=
'
MobileScannerWeb
'
;
static
const
String
_viewType
=
'
mobile-scanner-view
'
;
static
void
registerWith
(
Registrar
registrar
)
{
MobileScannerPlatform
.
instance
=
MobileScannerWeb
();
...
...
Please
register
or
login
to post a comment