From 55028d60c57b2f8fb191707201df16b088a8e4ad Mon Sep 17 00:00:00 2001 From: "Aamir.Muhammad" Date: Thu, 5 Sep 2024 10:35:37 +0300 Subject: [PATCH] IOS firebase fix --- lib/views/branches/branch_detail_view.dart | 2 +- lib/views/dashboard/fragments/home_fragment.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/views/branches/branch_detail_view.dart b/lib/views/branches/branch_detail_view.dart index 0c19d85..790302d 100644 --- a/lib/views/branches/branch_detail_view.dart +++ b/lib/views/branches/branch_detail_view.dart @@ -169,7 +169,7 @@ class _BranchDetailViewState extends State { ), ShowFillButton( maxHeight: 55, - isDisabled: widget.branchDetailModel.branchServices!.length == 0, + // isDisabled: widget.branchDetailModel.branchServices!.length == 0, title: LocaleKeys.bookAppointment.tr(), margin: EdgeInsets.all(12), maxWidth: double.infinity, diff --git a/lib/views/dashboard/fragments/home_fragment.dart b/lib/views/dashboard/fragments/home_fragment.dart index e3d8a8c..7b4dc1c 100644 --- a/lib/views/dashboard/fragments/home_fragment.dart +++ b/lib/views/dashboard/fragments/home_fragment.dart @@ -69,7 +69,7 @@ class HomeFragment extends StatelessWidget { context.read().applyFilterOnAppointmentsVM(appointmentStatusEnum: AppointmentStatusEnum.allAppointments); }, ).horPaddingMain(), - CommonAppointmentSliderWidget(), + CommonAppointmentSliderWidget().toWhiteContainer(width: double.infinity,backgroundColor: Colors.transparent).margin(left: 21,right: 21), 7.height, Consumer( builder: (BuildContext context, AppointmentsVM appointmentVM, Widget? child) { diff --git a/pubspec.yaml b/pubspec.yaml index 501dc8d..74705a5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -36,7 +36,7 @@ dependencies: cupertino_icons: ^1.0.2 mc_common_app: - path: /Volumes/Data/Projects/Flutter/car_common_app + path: /Users/amir/StudioProjects/car_common_app dev_dependencies: flutter_test: