This website works better with JavaScript.
Home
Explore
Help
Sign In
lisper
/
qr_code_scanner
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixed hot reload not working.
flutter-beta
Julian Steenbakker
5 years ago
parent
81bdafd802
commit
fc4c33a849
No known key found for this signature in database
GPG Key ID:
16E437C7A3D94250
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save