Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -16,7 +16,8 @@ class _BarcodeScannerWithControllerState | @@ -16,7 +16,8 @@ class _BarcodeScannerWithControllerState | ||
| 16 | String? barcode; | 16 | String? barcode; |
| 17 | 17 | ||
| 18 | MobileScannerController controller = MobileScannerController( | 18 | MobileScannerController controller = MobileScannerController( |
| 19 | - torchEnabled: true, formats: [BarcodeFormat.qrCode] | 19 | + torchEnabled: true, |
| 20 | + // formats: [BarcodeFormat.qrCode] | ||
| 20 | // facing: CameraFacing.front, | 21 | // facing: CameraFacing.front, |
| 21 | ); | 22 | ); |
| 22 | 23 |
-
Please register or login to post a comment