소스 검색

Fixed hot reload not working.

flutter-beta
Julian Steenbakker 5 년 전
부모
커밋
fc4c33a849
No known key found for this signature in database GPG 키 ID: 16E437C7A3D94250
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      example/lib/main.dart

+ 1
- 2
example/lib/main.dart 파일 보기

@@ -27,9 +27,8 @@ class _QRViewExampleState extends State<QRViewExample> {
super.reassemble();
if (Platform.isAndroid) {
controller.pauseCamera();
} else if (Platform.isIOS) {
controller.resumeCamera();
}
controller.resumeCamera();
}

@override


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