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
refactor: removed unused late keyword
flutter-beta
Julian Steenbakker
5 years ago
parent
03328cc397
commit
0f07133d03
No known key found for this signature in database
GPG Key ID:
16E437C7A3D94250
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/src/qr_code_scanner.dart
+ 1
- 1
lib/src/qr_code_scanner.dart
View File
@@ -207,7 +207,7 @@ class QRViewController {
});
}
late
final MethodChannel _channel;
final MethodChannel _channel;
final CameraFacing _cameraFacing;
final StreamController<Barcode> _scanUpdateController =
StreamController<Barcode>();
Write
Preview
Loading…
Cancel
Save