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
enesbayar
2023-02-20 20:08:19 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d1e7bfa56409780a1aaf482d9a45c0a9b870f55b
d1e7bfa5
1 parent
250aed01
Assigned the value only if it is null
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/src/mobile_scanner.dart
lib/src/mobile_scanner.dart
View file @
d1e7bfa
...
...
@@ -123,7 +123,7 @@ class _MobileScannerState extends State<MobileScanner>
return
;
}
_barcodesSubscription
=
_controller
.
barcodes
.
listen
(
_barcodesSubscription
??
=
_controller
.
barcodes
.
listen
(
widget
.
onDetect
,
);
...
...
Please
register
or
login
to post a comment