소스 검색

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)
The default camera is the back camera.
```dart


불러오는 중...
취소
저장