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:
@@ -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(),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user