Procházet zdrojové kódy

Update README.md

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

+ 1
- 1
README.md Zobrazit soubor

@@ -59,7 +59,7 @@ iOS

## Get Scanned QR Code

When a QR code is recognized, the text identified will be set in 'qrText'.
When a QR code is recognized, the text identified will be set in 'result' of type `Barcode`, which contains the output text as property 'code' of type `String` and scanned code type as property 'format' which is an enum `BarcodeFormat`, defined in the library.

```dart
class _QRViewExampleState extends State<QRViewExample> {


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