mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-10 07:30:25 -04:00
dart fix
This commit is contained in:
parent
a5ffcee36f
commit
55fed573d6
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ import 'history_wrapper.dart';
|
|||
|
||||
// Main App
|
||||
class MyApp extends StatefulWidget {
|
||||
const MyApp({Key? key}) : super(key: key);
|
||||
const MyApp({super.key});
|
||||
|
||||
@override
|
||||
State<MyApp> createState() => _MyAppState();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue