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

merge-requests/323/head
Elham Rababah 4 years ago
commit 07edbc4fe5

@ -214,16 +214,16 @@ class _NewPrescriptionScreenState extends State<NewPrescriptionScreen> {
0]
.entityList[
index]
.startDate)
.createdOn)
.day
.toString(),
color: Colors
.green,
),
AppText(
Helpers.getMonth(model.prescriptionList[0].entityList[index].startDate !=
Helpers.getMonth(model.prescriptionList[0].entityList[index].createdOn !=
null
? (DateTime.parse(model.prescriptionList[0].entityList[index].startDate)
? (DateTime.parse(model.prescriptionList[0].entityList[index].createdOn)
.month)
: DateTime.now()
.month)
@ -261,9 +261,13 @@ class _NewPrescriptionScreenState extends State<NewPrescriptionScreen> {
child:
AppText(
model
.prescriptionList[0]
.entityList[index]
.startDate,
.prescriptionList[
0]
.entityList[
index]
.startDate
.replaceAll("-",
"/"),
fontSize:
12.0,
),

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save