mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 23:08:59 +00:00
Enable some extra lints for compass app client (#2560)
Enable a few more lints that were mostly followed already for consistency.
This commit is contained in:
@@ -37,7 +37,7 @@ void main() {
|
||||
when(() => goRouter.push(any())).thenAnswer((_) => Future.value(null));
|
||||
});
|
||||
|
||||
loadWidget(WidgetTester tester) async {
|
||||
Future<void> loadWidget(WidgetTester tester) async {
|
||||
await testApp(
|
||||
tester,
|
||||
ChangeNotifierProvider.value(
|
||||
|
||||
Reference in New Issue
Block a user