From 20572f463a5aaa4884d8a0134f7213921def3247 Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Sun, 16 Jul 2023 11:51:59 +0300 Subject: [PATCH] meal plan dev completed --- lib/pages/InPatientServices/meal_plan.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pages/InPatientServices/meal_plan.dart b/lib/pages/InPatientServices/meal_plan.dart index d69e1149..053ea6e3 100644 --- a/lib/pages/InPatientServices/meal_plan.dart +++ b/lib/pages/InPatientServices/meal_plan.dart @@ -458,6 +458,7 @@ class _MealPlanPageState extends State { .then((res) { GifLoaderDialogUtils.hideDialog(context); AppToast.showSuccessToast(message: "Your meal order has been received successfully"); + Navigator.pop(context); }).catchError((err) { GifLoaderDialogUtils.hideDialog(context); print(err);