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

Update README.md

flutter-beta
Dhiman Seal пре 5 година
committed by GitHub
родитељ
комит
0b455f1473
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      README.md

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

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


## Get Scanned QR Code ## 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 ```dart
class _QRViewExampleState extends State<QRViewExample> { class _QRViewExampleState extends State<QRViewExample> {


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