浏览代码
Dartfrmt
flutter-beta
Julian Steenbakker
5 年前
找不到此签名对应的密钥
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), |
|
|
|
); |
|
|
|
} |
|
|
|
|
|
|
|
|