Selaa lähdekoodia

Fixed scan area not

flutter-beta
Julian Steenbakker 5 vuotta sitten
vanhempi
commit
027a6a98d8
No known key found for this signature in database GPG Key ID: 16E437C7A3D94250
1 muutettua tiedostoa jossa 2 lisäystä ja 3 poistoa
  1. +2
    -3
      lib/src/qr_code_scanner.dart

+ 2
- 3
lib/src/qr_code_scanner.dart Näytä tiedosto

@@ -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;
}


Ladataan…
Peruuta
Tallenna