Skip to content

Commit 6a5a555

Browse files
committed
fix analyze
1 parent e1d019b commit 6a5a555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter/example/lib/main.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1046,12 +1046,12 @@ Future<void> showDialogWithTextAndImage(BuildContext context) async {
10461046
final imageBytes =
10471047
await DefaultAssetBundle.of(context).load('assets/sentry-wordmark.png');
10481048
await showDialog<void>(
1049+
// ignore: use_build_context_synchronously
10491050
context: context,
10501051
// gets tracked if using SentryNavigatorObserver
10511052
routeSettings: const RouteSettings(
10521053
name: 'AssetBundle dialog',
10531054
),
1054-
// ignore: use_build_context_synchronously
10551055
builder: (context) {
10561056
return AlertDialog(
10571057
title: const Text('Asset Example'),

0 commit comments

Comments
 (0)