eye measurements fixed

dev_v3.13.6_BLE_Faiz
Sultan khan 2 years ago
parent b6d222a7ea
commit d255ada2ea

@ -71,7 +71,7 @@ class _EyeHomePageState extends State<EyeHomePage> with SingleTickerProviderStat
widget.appointmentAllHistoryResultList!.doctorTitle! + " " + widget.appointmentAllHistoryResultList!.doctorNameObj!,
widget.appointmentAllHistoryResultList!.doctorID!,
widget.appointmentAllHistoryResultList!.doctorImageURL!,
widget.appointmentAllHistoryResultList!.doctorSpeciality!,
widget.appointmentAllHistoryResultList!.doctorSpeciality !=null ? widget.appointmentAllHistoryResultList!.doctorSpeciality! : [],
"",
widget.appointmentAllHistoryResultList!.projectName!,
DateUtil.convertStringToDate(widget.appointmentAllHistoryResultList!.appointmentDate!),

@ -39,7 +39,7 @@ class _AddBloodSugarPageState extends State<AddBloodSugarPage> {
DateTime bloodSugarDate = DateTime.now();
DateTime timeSugarDate = DateTime.now();
String measureUnitSelectedType = 'mg/dlt';
int measuredTime = 1;
int measuredTime = 9;
bool isButtonDisabled = true;
int _selectedMeasureUnitIndex = 0;
@ -68,7 +68,7 @@ class _AddBloodSugarPageState extends State<AddBloodSugarPage> {
"صائم",
"آخر",
];
int? _selectedMeasureTimeIndex;
int? _selectedMeasureTimeIndex =9;
String? measureTimeSelectedType;
@override

Loading…
Cancel
Save