Explorar el Código

Updated example.

flutter-beta
Julian Steenbakker hace 5 años
padre
commit
b4ee3d78dc
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 16E437C7A3D94250
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      example/lib/main.dart

+ 1
- 1
example/lib/main.dart Ver fichero

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


Cargando…
Cancelar
Guardar