From 96856912f65ff8ea65701579f0145ea2d7a443fd Mon Sep 17 00:00:00 2001 From: Michael Aziz Date: Sat, 24 Jan 2026 13:28:47 +0200 Subject: [PATCH] [FIX] Dialog return result --- lib/src/dialog/dialog_helper.astromic.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/dialog/dialog_helper.astromic.dart b/lib/src/dialog/dialog_helper.astromic.dart index 5f85dd7..0726159 100644 --- a/lib/src/dialog/dialog_helper.astromic.dart +++ b/lib/src/dialog/dialog_helper.astromic.dart @@ -27,7 +27,7 @@ class AstromicDialogHelper { if (shouldPop) { // ignore: use_build_context_synchronously - Navigator.of(modalContext).pop(); + Navigator.of(modalContext).pop(result); } }, child: Dialog(