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

Updated barcode check to inline check. Updated README.md.

flutter-beta
Julian Steenbakker преди 5 години
родител
ревизия
6238a86fa5
No known key found for this signature in database GPG ключ ID: 16E437C7A3D94250
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. +3
    -3
      example/lib/main.dart

+ 3
- 3
example/lib/main.dart Целия файл

@@ -148,10 +148,10 @@ 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.
double scanArea = (MediaQuery.of(context).size.width < 500 ||
var scanArea = (MediaQuery.of(context).size.width < 500 ||
MediaQuery.of(context).size.height < 400)
? 150
: 300;
? 150.0
: 300.0;
// To ensure the Scanner view is properly sizes after rotation
// we need to listen for Flutter SizeChanged notification and update controller
return NotificationListener<SizeChangedLayoutNotification>(


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