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
Ben White
2024-05-22 09:26:12 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b0344855a437b24d844c58c602911efb9a89b489
b0344855
1 parent
6f09ec32
updating comments
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
lib/src/objects/start_options.dart
lib/src/objects/start_options.dart
View file @
b034485
...
...
@@ -38,8 +38,9 @@ class StartOptions {
/// Whether the torch should be turned on when the scanner starts.
final
bool
torchEnabled
;
/// Only supported on Android.
/// Whether the new resolution selector should be used.
///
/// This option is only supported on Android. Other platforms will ignore this option.
final
bool
useNewCameraSelector
;
Map
<
String
,
Object
?>
toMap
()
{
...
...
Please
register
or
login
to post a comment