瀏覽代碼

Updated example.

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

+ 1
- 1
example/lib/main.dart 查看文件

@@ -148,7 +148,7 @@ class _QRViewExampleState extends State<QRViewExample> {

Widget _buildQrView(BuildContext context) {
// For this example we check how width or tall the device is and change the scanArea and overlay accordingly.
var scanArea = (MediaQuery.of(context).size.width < 500 ||
var scanArea = (MediaQuery.of(context).size.width < 400 ||
MediaQuery.of(context).size.height < 400)
? 150.0
: 300.0;


Loading…
取消
儲存