This commit is contained in:
Hamza-Ayed
2024-06-22 13:12:35 +03:00
parent 1cc0156cfd
commit 3c5321f70b
67 changed files with 91 additions and 740 deletions

View File

@@ -23,7 +23,6 @@ class FeedBackController extends GetxController {
'feedBack': feedbackController.text
});
var d = jsonDecode(res);
// print(d);
if (d['status'].toString() == 'success') {
Get.defaultDialog(
title: 'Success'.tr,

View File

@@ -28,7 +28,6 @@ class OrderHistoryController extends GetxController {
var jsonDecoded = jsonDecode(res);
orderHistoryListPassenger = jsonDecoded['data'];
// print(orderHistoryListPassenger);
isloading = false;
update();
}

View File

@@ -37,7 +37,6 @@ class PromosController extends GetxController {
promoList = jsonDecoded['message'];
isLoading = false;
update();
print(promoList);
}
}
}