Skip to content

Commit 007c18d

Browse files
committed
Fix lint
1 parent 36586d4 commit 007c18d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flutter_web_auth_2/example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ void main(List<String> args) {
7272
}
7373

7474
class MyApp extends StatefulWidget {
75-
const MyApp({Key? key}) : super(key: key);
75+
const MyApp({super.key});
7676

7777
@override
7878
MyAppState createState() => MyAppState();

0 commit comments

Comments
 (0)