added shoping and pesanan page

This commit is contained in:
kicap
2023-08-09 17:07:54 +08:00
parent 4350e3503e
commit 696c52efeb
34 changed files with 1564 additions and 288 deletions

View File

@ -16,7 +16,7 @@ class CustomBaseViewModel extends BaseViewModel {
final easyLoading = locator<MyEasyLoading>();
final httpService = locator<MyHttpServices>();
bool backPressed = true;
// late bool backPressed;
void back() {
navigationService.back();