소스 검색
Dartfrmt
flutter-beta
Julian Steenbakker
5 년 전
No known key found for this signature in database
GPG 키 ID: 16E437C7A3D94250
1개의 변경된 파일과
5개의 추가작업 그리고
6개의 파일을 삭제
-
example/lib/main.dart
|
|
|
@@ -134,12 +134,11 @@ class _QRViewExampleState extends State<QRViewExample> { |
|
|
|
key: qrKey, |
|
|
|
onQRViewCreated: _onQRViewCreated, |
|
|
|
overlay: QrScannerOverlayShape( |
|
|
|
borderColor: Colors.red, |
|
|
|
borderRadius: 10, |
|
|
|
borderLength: 30, |
|
|
|
borderWidth: 10, |
|
|
|
cutOutSize: scanArea |
|
|
|
), |
|
|
|
borderColor: Colors.red, |
|
|
|
borderRadius: 10, |
|
|
|
borderLength: 30, |
|
|
|
borderWidth: 10, |
|
|
|
cutOutSize: scanArea), |
|
|
|
); |
|
|
|
} |
|
|
|
|
|
|
|
|