pull/222/head
haroon amjad 3 days ago
parent b33a559305
commit ad0cbe1e21

@ -267,7 +267,7 @@ class AppointmentDoctorCard extends StatelessWidget {
fontSize: 14.f,
isBold: true,
borderRadius: 12.r,
height: 40.h,
height: 46.h,
icon: AppAssets.appointment_calendar_icon,
iconColor: AppColors.primaryRedColor,
iconSize: 16.h,
@ -286,7 +286,7 @@ class AppointmentDoctorCard extends StatelessWidget {
fontSize: 14.f,
isBold: true,
borderRadius: 12.r,
height: 40.h,
height: 46.h,
icon: AppAssets.cancel,
iconColor: AppColors.whiteColor,
iconSize: 16.h,

@ -220,8 +220,9 @@ class _SelectDoctorPageState extends State<SelectDoctorPage> {
],
).paddingSymmetrical(0.h, 0.h),
if (bookAppointmentsViewModel.isGetDocForHealthCal && bookAppointmentsVM.showSortFilterButtons) SizedBox(height: 16.h),
bookAppointmentsVM.doctorsListGrouped.isNotEmpty
? Row(
// bookAppointmentsVM.doctorsListGrouped.isNotEmpty
// ?
Row(
mainAxisSize: MainAxisSize.max,
children: [
Column(
@ -243,8 +244,8 @@ class _SelectDoctorPageState extends State<SelectDoctorPage> {
},
),
],
)
: SizedBox.shrink(),
),
// : SizedBox.shrink(),
ListView.separated(
padding: EdgeInsets.only(top: 16.h),
shrinkWrap: true,

@ -188,7 +188,7 @@ class _LandingPageState extends State<LandingPage> {
// Refresh Appointments Data
myAppointmentsViewModel.setIsAppointmentDataToBeLoaded(true);
myAppointmentsViewModel.initAppointmentsViewModel();
myAppointmentsViewModel.getPatientAppointments(true, false);
myAppointmentsViewModel.getPatientAppointments(true, true);
// Refresh Appointments Data
habibWalletVM.initHabibWalletProvider();

Loading…
Cancel
Save