update to stores for version 10.5

Dev_3.3_MedicalReportCR
haroon amjad 2 years ago
parent badc13d41a
commit 15c4f016df

@ -52,6 +52,7 @@ class _SearchResultsState extends State<SearchResults> {
? widget.patientDoctorAppointmentListHospital[index].filterName + " - " + widget.patientDoctorAppointmentListHospital[index].distanceInKMs + " " + TranslationBase.of(context).km
: widget.patientDoctorAppointmentListHospital[index].filterName,
isTitleSingleLine: false,
isExpand: widget.patientDoctorAppointmentListHospital.length == 1 ? true : false,
bodyWidget: ListView.separated(
shrinkWrap: true,
physics: NeverScrollableScrollPhysics(),

@ -1,7 +1,7 @@
name: diplomaticquarterapp
description: A new Flutter application.
version: 4.5.020+4050020
version: 4.5.64+1
environment:
sdk: ">=2.7.0 <3.0.0"

Loading…
Cancel
Save