浏览代码

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


正在加载...
取消
保存