Skip to content

Commit e1d019b

Browse files
committed
fix analyze
1 parent 45b2e65 commit e1d019b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flutter/example/lib/main.dart

+1
Original file line numberDiff line numberDiff line change
@@ -1051,6 +1051,7 @@ Future<void> showDialogWithTextAndImage(BuildContext context) async {
10511051
routeSettings: const RouteSettings(
10521052
name: 'AssetBundle dialog',
10531053
),
1054+
// ignore: use_build_context_synchronously
10541055
builder: (context) {
10551056
return AlertDialog(
10561057
title: const Text('Asset Example'),

0 commit comments

Comments
 (0)