mirror of
https://github.com/flutter/samples.git
synced 2026-04-07 12:14:27 +00:00
Add use_super_parameters lint (#1269)
This commit is contained in:
@@ -14,7 +14,7 @@ import 'package:provider/provider.dart';
|
||||
final client = http.Client();
|
||||
|
||||
class LintingTool extends StatefulWidget {
|
||||
const LintingTool({Key? key}) : super(key: key);
|
||||
const LintingTool({super.key});
|
||||
|
||||
static const String homeRoute = routes.homeRoute;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user