From 6416558718f6fb01aa2217853172190351ed4e3e Mon Sep 17 00:00:00 2001 From: Julian Steenbakker Date: Wed, 10 Feb 2021 09:38:08 +0100 Subject: [PATCH] Update README.md --- example/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/README.md b/example/README.md index 0c8e044..cfaa9b4 100644 --- a/example/README.md +++ b/example/README.md @@ -155,10 +155,10 @@ class _QRViewExampleState extends State { return QRView( key: qrKey, // You can choose between CameraFacing.front or CameraFacing.back. Defaults to CameraFacing.back - cameraFacing: CameraFacing.front, + // cameraFacing: CameraFacing.front, onQRViewCreated: _onQRViewCreated, // Choose formats you want to scan. Defaults to all formats. - formatsAllowed: [BarcodeFormat.qrcode], + // formatsAllowed: [BarcodeFormat.qrcode], overlay: QrScannerOverlayShape( borderColor: Colors.red, borderRadius: 10,