From 33a1d9e7d378b233cba889cfff2244bcb685b161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Szot?= Date: Mon, 18 May 2020 13:52:37 +0200 Subject: [PATCH] Add NSCameraUsageDescription example For Android people it's not obvious why app crashes. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f90d3d..cc2991e 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,8 @@ In order to use this plugin, add the following to your Info.plist file: ``` io.flutter.embedded_views_preview +NSCameraUsageDescription +This app needs camera access to scan QR codes ``` ## Flip Camera (Back/Front) @@ -137,4 +139,4 @@ Requires at least SDK 24 (Android 7.0). # Credits * Android: https://github.com/zxing/zxing * iOS: https://github.com/mikebuss/MTBBarcodeScanner -* Special Thanks To: LeonDevLifeLog for his contributions towards improving this package. \ No newline at end of file +* Special Thanks To: LeonDevLifeLog for his contributions towards improving this package.