1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

[CI]: dart analyze --fatal-infos (#954)

This commit is contained in:
Brett Morgan
2021-12-01 13:10:44 +11:00
committed by GitHub
parent b229c5236f
commit bdf7ad36da
7 changed files with 16 additions and 9 deletions

View File

@@ -36,7 +36,7 @@ class MyAdaptingApp extends StatelessWidget {
child: Material(child: child),
);
},
// ignore: use_key_in_widget_constructors
// ignore: use_key_in_widget_constructors, prefer_const_constructors
home: PlatformAdaptingHomePage(),
);
}