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 on Android
flutter-beta
Julian Steenbakker
5 years ago
committed by
GitHub
parent
a74dbe6b86
commit
ed885c8a7e
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
example/README.md
+ 1
- 2
example/README.md
View File
@@ -50,9 +50,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