Kaynağa Gözat

Update README.md

flutter-beta
Julian Steenbakker 5 yıl önce
committed by GitHub
ebeveyn
işleme
6416558718
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      example/README.md

+ 2
- 2
example/README.md Dosyayı Görüntüle

@@ -155,10 +155,10 @@ class _QRViewExampleState extends State<QRViewExample> {
return QRView(
key: qrKey,
// You can choose between CameraFacing.front or CameraFacing.back. Defaults to CameraFacing.back
cameraFacing: CameraFacing.front,
// cameraFacing: CameraFacing.front,
onQRViewCreated: _onQRViewCreated,
// Choose formats you want to scan. Defaults to all formats.
formatsAllowed: [BarcodeFormat.qrcode],
// formatsAllowed: [BarcodeFormat.qrcode],
overlay: QrScannerOverlayShape(
borderColor: Colors.red,
borderRadius: 10,


Yükleniyor…
İptal
Kaydet