Преглед изворни кода

Added iOS Instructions

flutter-beta
Gonçalo пре 7 година
родитељ
комит
2680e56a5f
1 измењених фајлова са 8 додато и 0 уклоњено
  1. +8
    -0
      README.md

+ 8
- 0
README.md Прегледај датотеку

@@ -86,6 +86,14 @@ class _QRViewExampleState extends State<QRViewExample> {
} }
``` ```

## iOS Integration
In order to use this plugin, add the following to your Info.plist file:
```
<key>io.flutter.embedded_views_preview</key>
<true/>
```

## Flip Camera (Back/Front) ## Flip Camera (Back/Front)
The default camera is the back camera. The default camera is the back camera.
```dart ```dart


Loading…
Откажи
Сачувај