BASE: Finish Cam Home Screen UI.

This commit is contained in:
2025-11-28 15:31:06 +05:00
parent 5c98705bde
commit 8c120b8984
5 changed files with 300 additions and 185 deletions

View File

@@ -13,7 +13,6 @@ class CabDashboardController extends GetxController {
@override
void onInit() {
// TODO: implement onInit
getTaxList();
if (Constant.walletSetting == false) {
pageList.value = [CabHomeScreen(), const MyCabBookingScreen(), const ProfileScreen()];