1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00
Fixes #2301

---------

Co-authored-by: Brett Morgan <brett.morgan@gmail.com>
Co-authored-by: Brett Morgan <brettmorgan@google.com>
This commit is contained in:
Eric Windmill
2024-05-29 17:28:23 -04:00
committed by GitHub
parent 3af60ebe79
commit 0cfd119903
5 changed files with 119 additions and 119 deletions

View File

@@ -251,6 +251,7 @@ class PromptScreen extends StatelessWidget {
child: MarketplaceButton(
onPressed: () async {
await viewModel.submitPrompt().then((_) async {
if (!context.mounted) return;
if (viewModel.recipe != null) {
bool? shouldSave = await showDialog<bool>(
context: context,