dashboard replaced with client profile page

This commit is contained in:
2024-08-01 15:06:27 +05:30
13 changed files with 73 additions and 185 deletions

View File

@@ -36,7 +36,7 @@ class ViewProfileScreenController extends GetxController {
addressTEC.text = d?.user?.modelId?.homeAddress ?? "";
});
detail.value = dashboardController.myProfileData();
// detail.value = dashboardController.myProfileData();
super.onInit();
}