From 931d5acb6f700ca14906eceb167cbaf02f70d1ec Mon Sep 17 00:00:00 2001 From: Faiz Hashmi Date: Thu, 22 Aug 2024 10:57:35 +0300 Subject: [PATCH] Added Damage Pictures in ad_detail_view and extend edit ad --- lib/views/branches/provider_profile_view.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/views/branches/provider_profile_view.dart b/lib/views/branches/provider_profile_view.dart index af55734..9577818 100644 --- a/lib/views/branches/provider_profile_view.dart +++ b/lib/views/branches/provider_profile_view.dart @@ -1,3 +1,5 @@ +import 'dart:developer'; + import 'package:mc_common_app/view_models/appointments_view_model.dart'; import 'package:easy_localization/easy_localization.dart'; import 'package:flutter/material.dart'; @@ -33,6 +35,7 @@ class _ProviderProfileViewState extends State { Widget build(BuildContext context) { return Consumer( builder: (BuildContext context, AppointmentsVM appointmentsVM, Widget? child) { + // log("appointmentsVM.providerProfileModel!.isFavorite: ${appointmentsVM.providerProfileModel!.isFavorite}"); if (appointmentsVM.providerProfileModel == null) { return Scaffold( backgroundColor: MyColors.white,