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
Eric
2022-04-08 17:44:11 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e5a2e5b7cff946a31764976ab8fd7f4926254778
e5a2e5b7
1 parent
ca17710f
fix: bad state stream has already been listened to
Show 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 @
e5a2e5b
...
...
@@ -30,7 +30,7 @@ class MobileScannerWebPlugin {
}
// Controller to send events back to the framework
StreamController
controller
=
StreamController
();
StreamController
controller
=
StreamController
.
broadcast
();
// The video stream. Will be initialized later to see which camera needs to be used.
html
.
MediaStream
?
_localStream
;
...
...
Please
register
or
login
to post a comment