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-09-18 11:05:36 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
47a0779a39a4a7a0e75b1d773f71c469882d139b
47a0779a
1 parent
a57d460d
fix typo
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/src/mobile_scanner_controller.dart
lib/src/mobile_scanner_controller.dart
View file @
47a0779
...
...
@@ -104,7 +104,7 @@ class MobileScannerController extends ValueNotifier<MobileScannerState> {
/// Get the stream of scanned barcodes.
///
/// If an error occurred during the detection of a barcode,
/// a
n
[MobileScannerBarcodeException] error is emitted to the stream.
/// a [MobileScannerBarcodeException] error is emitted to the stream.
Stream
<
BarcodeCapture
>
get
barcodes
=>
_barcodesController
.
stream
;
StreamSubscription
<
BarcodeCapture
?>?
_barcodesSubscription
;
...
...
Please
register
or
login
to post a comment