Skip to content

Commit

Permalink
disable torch for sample
Browse files Browse the repository at this point in the history
  • Loading branch information
navaronbracke committed Jan 20, 2025
1 parent 2c6c592 commit 98e4d55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/lib/barcode_scanner_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class _BarcodeScannerWithControllerState
extends State<BarcodeScannerWithController> with WidgetsBindingObserver {
final MobileScannerController controller = MobileScannerController(
autoStart: false,
torchEnabled: true,
);

@override
Expand Down

0 comments on commit 98e4d55

Please sign in to comment.