From 2680e56a5f200dc7f98756cec28610f47cdc92c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo?= Date: Wed, 19 Jun 2019 11:02:58 +0100 Subject: [PATCH] Added iOS Instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 20dc762..68843e7 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,14 @@ class _QRViewExampleState extends State { } ``` + +## iOS Integration +In order to use this plugin, add the following to your Info.plist file: +``` +io.flutter.embedded_views_preview + +``` + ## Flip Camera (Back/Front) The default camera is the back camera. ```dart