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
Julian Steenbakker
2023-08-29 13:48:15 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
15a9a8c286deb784f0295435ddc9c0ec1ebca879
15a9a8c2
1 parent
70f71a79
bug: fix unclosed controller
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
lib/src/web/zxing.dart
lib/src/web/zxing.dart
View file @
15a9a8c
...
...
@@ -264,6 +264,7 @@ class ZXingBarcodeReader extends WebBarcodeReaderBase
};
controller
.
onCancel
=
()
{
_reader
?.
stopContinuousDecode
();
controller
.
close
();
};
return
controller
.
stream
;
}
...
...
Please
register
or
login
to post a comment