Преглед на файлове

Updated example.

flutter-beta
Julian Steenbakker преди 5 години
родител
ревизия
b4ee3d78dc
No known key found for this signature in database 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;


Зареждане…
Отказ
Запис