From 6c0debaf5e6543ea20f15e6dc6a6854485888655 Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Tue, 21 May 2024 15:04:27 +0300 Subject: [PATCH] fixes --- lib/core/service/patient/LiveCarePatientServices.dart | 6 +++--- pubspec.yaml | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/core/service/patient/LiveCarePatientServices.dart b/lib/core/service/patient/LiveCarePatientServices.dart index 9a3079f3..2ee18a16 100644 --- a/lib/core/service/patient/LiveCarePatientServices.dart +++ b/lib/core/service/patient/LiveCarePatientServices.dart @@ -60,9 +60,9 @@ class LiveCarePatientServices extends BaseService { } }); - removedPatientList.forEach((element) { - _patientList.remove(element); - }); + // removedPatientList.forEach((element) { + // _patientList.remove(element); + // }); }, onFailure: (String error, int statusCode) { hasError = true; diff --git a/pubspec.yaml b/pubspec.yaml index 086f8a89..5b904af2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -130,6 +130,8 @@ dependencies: flutter_math_fork: ^0.7.2 + flutter_zoom_videosdk: ^1.10.11 + dart_jsonwebtoken: ^2.14.0 dependency_overrides: