Julian Steenbakker
5 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
6 aggiunte e
0 eliminazioni
-
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( |
|
|
|
|