mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.: upgrade linter & fix lint issues
This commit is contained in:
@@ -6,7 +6,7 @@ import 'package:toolbox/data/provider/debug.dart';
|
||||
import '../widget/custom_appbar.dart';
|
||||
|
||||
class DebugPage extends StatefulWidget {
|
||||
const DebugPage({Key? key}) : super(key: key);
|
||||
const DebugPage({super.key});
|
||||
|
||||
@override
|
||||
_DebugPageState createState() => _DebugPageState();
|
||||
|
||||
Reference in New Issue
Block a user