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
2022-12-13 12:58:30 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
59b9ff8e1b353892efd5f8c9e8e297647749b3d1
59b9ff8e
1 parent
684634aa
style: flutter format
Hide 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 @
59b9ff8
...
...
@@ -226,7 +226,7 @@ class _MobileScannerState extends State<MobileScanner>
valueListenable:
_controller
.
startArguments
,
builder:
(
context
,
value
,
child
)
{
if
(
value
==
null
)
{
return
__buildPlaceholderOrError
(
context
,
child
);
return
__buildPlaceholderOrError
(
context
,
child
);
}
if
(
widget
.
scanWindow
!=
null
)
{
...
...
Please
register
or
login
to post a comment