|
|
|
@ -458,6 +458,7 @@ class _MealPlanPageState extends State<MealPlanPage> {
|
|
|
|
.then((res) {
|
|
|
|
.then((res) {
|
|
|
|
GifLoaderDialogUtils.hideDialog(context);
|
|
|
|
GifLoaderDialogUtils.hideDialog(context);
|
|
|
|
AppToast.showSuccessToast(message: "Your meal order has been received successfully");
|
|
|
|
AppToast.showSuccessToast(message: "Your meal order has been received successfully");
|
|
|
|
|
|
|
|
Navigator.pop(context);
|
|
|
|
}).catchError((err) {
|
|
|
|
}).catchError((err) {
|
|
|
|
GifLoaderDialogUtils.hideDialog(context);
|
|
|
|
GifLoaderDialogUtils.hideDialog(context);
|
|
|
|
print(err);
|
|
|
|
print(err);
|
|
|
|
|