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
2022-11-19 18:02:18 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
04b4e5ff0972fed13328816a44803590dbc22497
04b4e5ff
1 parent
5bbfb816
remove deprecated use from example app
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
9 deletions
example/lib/barcode_list_scanner_controller.dart
example/lib/barcode_scanner_controller.dart
example/lib/barcode_scanner_returning_image.dart
example/lib/barcode_list_scanner_controller.dart
View file @
04b4e5f
...
...
@@ -19,9 +19,6 @@ class _BarcodeListScannerWithControllerState
torchEnabled:
true
,
// formats: [BarcodeFormat.qrCode]
// facing: CameraFacing.front,
onPermissionSet:
(
hasPermission
)
{
// Do something with permission callback
},
// detectionSpeed: DetectionSpeed.normal
// detectionTimeoutMs: 1000,
// returnImage: false,
...
...
example/lib/barcode_scanner_controller.dart
View file @
04b4e5f
...
...
@@ -19,9 +19,6 @@ class _BarcodeScannerWithControllerState
torchEnabled:
true
,
// formats: [BarcodeFormat.qrCode]
// facing: CameraFacing.front,
onPermissionSet:
(
hasPermission
)
{
// Do something with permission callback
},
// detectionSpeed: DetectionSpeed.normal
// detectionTimeoutMs: 1000,
// returnImage: false,
...
...
example/lib/barcode_scanner_returning_image.dart
View file @
04b4e5f
...
...
@@ -21,9 +21,6 @@ class _BarcodeScannerReturningImageState
torchEnabled:
true
,
// formats: [BarcodeFormat.qrCode]
// facing: CameraFacing.front,
onPermissionSet:
(
hasPermission
)
{
// Do something with permission callback
},
// detectionSpeed: DetectionSpeed.normal
// detectionTimeoutMs: 1000,
returnImage:
true
,
...
...
Please
register
or
login
to post a comment