Skip to content

Commit

Permalink
ignore: use_build_context_synchronously
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0926 committed Feb 21, 2024
1 parent 7dbc929 commit 6551534
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/lib/pages/text_input_dialog_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ class TextInputDialogPage extends ConsumerWidget {
}
// ignore: use_build_context_synchronously
await showOkAlertDialog(
// ignore: use_build_context_synchronously
context: context,
title: 'That\'s right👍',
);
Expand Down

0 comments on commit 6551534

Please # to comment.