Sfoglia il codice sorgente

Fixed scan area not

flutter-beta
Julian Steenbakker 5 anni fa
parent
commit
027a6a98d8
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 16E437C7A3D94250
1 ha cambiato i file con 2 aggiunte e 3 eliminazioni
  1. +2
    -3
      lib/src/qr_code_scanner.dart

+ 2
- 3
lib/src/qr_code_scanner.dart Vedi File

@@ -73,9 +73,8 @@ class _QRViewState extends State<QRView> {
bool onNotification(notification) {
Future.microtask(() => {
QRViewController.updateDimensions(widget.key, _channel,
scanArea: widget.overlay != null
? widget.overlay.cutOutSize
: 0.0)
scanArea:
widget.overlay != null ? widget.overlay.cutOutSize : 0.0)
});
return false;
}


Caricamento…
Annulla
Salva