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