瀏覽代碼

Fixed scan area not

flutter-beta
Julian Steenbakker 5 年之前
父節點
當前提交
027a6a98d8
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 16E437C7A3D94250
共有 1 個檔案被更改,包括 2 行新增3 行删除
  1. +2
    -3
      lib/src/qr_code_scanner.dart

+ 2
- 3
lib/src/qr_code_scanner.dart 查看文件

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


Loading…
取消
儲存