Procházet zdrojové kódy

Merge pull request #18 from Vanethos/master

Added iOS Instructions
flutter-beta
juliuscanute před 7 roky
committed by GitHub
rodič
revize
b02ae9cafe
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 8 přidání a 0 odebrání
  1. +8
    -0
      README.md

+ 8
- 0
README.md Zobrazit soubor

@@ -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


Načítá se…
Zrušit
Uložit