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
p-mazhnik
2022-12-08 14:33:17 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
22d502b47bfb010094539079c840723b9e02c5b6
22d502b4
1 parent
96ddf1ca
fix linter issue
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
example/lib/barcode_scanner_controller.dart
example/lib/barcode_scanner_controller.dart
View file @
22d502b
...
...
@@ -111,7 +111,8 @@ class _BarcodeScannerWithControllerState
iconSize:
32.0
,
onPressed:
()
=>
controller
.
toggleTorch
(),
);
}),
},
),
IconButton
(
color:
Colors
.
white
,
icon:
isStarted
...
...
Please
register
or
login
to post a comment