mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-06-15 01:49:16 -04:00
more syntax fixes
This commit is contained in:
parent
6fb09032a3
commit
4ca71db7c5
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
import 'package:flutter/foundation.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:mobile_scanner/mobile_scanner.dart';
|
||||
|
||||
|
@ -48,6 +49,7 @@ class ScannerErrorWidget extends StatelessWidget {
|
|||
),
|
||||
);
|
||||
}
|
||||
|
||||
@override
|
||||
void debugFillProperties(DiagnosticPropertiesBuilder properties) {
|
||||
super.debugFillProperties(properties);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue