Browse Source

Fixed hot reload not working.

flutter-beta
Julian Steenbakker 5 years ago
parent
commit
fc4c33a849
No known key found for this signature in database GPG Key ID: 16E437C7A3D94250
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      example/lib/main.dart

+ 1
- 2
example/lib/main.dart View File

@@ -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


Loading…
Cancel
Save