Merge branch 'development' of https://gitlab.com/Cloud_Solution/doctor_app_flutter into patient_app_services

merge-requests/437/head
Mohammad Aljammal 5 years ago
commit 63f64356cb

@ -179,7 +179,7 @@ class _PatientsScreenState extends State<PatientsScreen> {
String dateAppointment = checkDate(patiantAppointment);
if (dateAppointment.contains(str)) {
if (dateAppointment.contains(str) || str == 'All') {
filterDate.add(responseModelList[i]);
}
} catch (e) {

Loading…
Cancel
Save