diff --git a/lib/pages/dashboard/dashboard_screen.dart b/lib/pages/dashboard/dashboard_screen.dart index 15dd8ad..0aa004f 100644 --- a/lib/pages/dashboard/dashboard_screen.dart +++ b/lib/pages/dashboard/dashboard_screen.dart @@ -574,6 +574,8 @@ class _DashboardScreenState extends State { if (model.state == ViewState.ErrorLocal) { Utils.showErrorToast(model.error); } else { + /// we call the service again in order to get them oreder + await model.getPendingOrders(); AppToast.showSuccessToast(message: "Order Added"); } } on PlatformException {