juliuscanute
há 7 anos
committed by
GitHub
ascendente
cometimento
b02ae9cafe
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
8 adições e
0 eliminações
-
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 |
|
|
|
|