소스 검색

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;


불러오는 중...
취소
저장