소스 검색

Update README.md

flutter-beta
Julian Steenbakker 5 년 전
committed by GitHub
부모
커밋
6416558718
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      example/README.md

+ 2
- 2
example/README.md 파일 보기

@@ -155,10 +155,10 @@ class _QRViewExampleState extends State<QRViewExample> {
return QRView(
key: qrKey,
// You can choose between CameraFacing.front or CameraFacing.back. Defaults to CameraFacing.back
cameraFacing: CameraFacing.front,
// cameraFacing: CameraFacing.front,
onQRViewCreated: _onQRViewCreated,
// Choose formats you want to scan. Defaults to all formats.
formatsAllowed: [BarcodeFormat.qrcode],
// formatsAllowed: [BarcodeFormat.qrcode],
overlay: QrScannerOverlayShape(
borderColor: Colors.red,
borderRadius: 10,


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