瀏覽代碼

Fixed screen going black after hot reload.

flutter-beta
Julian Steenbakker 5 年之前
父節點
當前提交
1c479529ce
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 16E437C7A3D94250
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. +6
    -0
      example/lib/main.dart

+ 6
- 0
example/lib/main.dart 查看文件

@@ -24,6 +24,12 @@ class _QRViewExampleState extends State<QRViewExample> {
QRViewController controller;
final GlobalKey qrKey = GlobalKey(debugLabel: 'QR');

@override
void reassemble() {
super.reassemble();
controller.pauseCamera();
}

@override
Widget build(BuildContext context) {
return Scaffold(


Loading…
取消
儲存