repair add makanan page, addes socket io client for real time update data, added table status change page

This commit is contained in:
kicap
2023-08-25 04:22:48 +08:00
parent 24cc3d3bd7
commit b3781eb831
33 changed files with 1233 additions and 349 deletions

View File

@ -20,7 +20,7 @@ class LoginUserViewModel extends CustomBaseViewModel {
globalVar.backPressed = 'cantBack';
easyLoading.showLoading();
await Future.delayed(const Duration(seconds: 2));
easyLoading.dismissLoading();
easyLoading.dismiss();
setBusy(false);
globalVar.backPressed = 'backNormal';
notifyListeners();