Kaynağa Gözat

Updated example.

flutter-beta
Julian Steenbakker 5 yıl önce
ebeveyn
işleme
b4ee3d78dc
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 16E437C7A3D94250
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      example/lib/main.dart

+ 1
- 1
example/lib/main.dart Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet