Merge branch 'patient_app_services' into 'development'

fix design

See merge request Cloud_Solution/doctor_app_flutter!392
merge-requests/393/merge
Mohammad Aljammal 4 years ago
commit 3c82e4dcf4

@ -30,8 +30,8 @@ class RadiologyHomePage extends StatelessWidget {
return BaseView<ProcedureViewModel>(
onModelReady: (model) => model.getPatientRadOrders(patient),
builder: (_, model, widget) => AppScaffold(
isShowAppBar: true,
appBarTitle: TranslationBase.of(context).radiology,
isShowAppBar: false,
// appBarTitle: TranslationBase.of(context).radiology,
baseViewModel: model,
body: FractionallySizedBox(
widthFactor: 1.0,

@ -47,7 +47,7 @@ class PatientProfileHeaderWhitAppointment extends StatelessWidget {
decoration: BoxDecoration(
color: Colors.white,
),
height: 300,
//height: 300,
child: Container(
padding: EdgeInsets.only(left: 10, right: 10, bottom: 10),
margin: EdgeInsets.only(top: 50),
@ -401,8 +401,10 @@ class PatientProfileHeaderWhitAppointment extends StatelessWidget {
'Result Date:',
color: Colors.grey[800],
),
Texts(
Expanded(
child: Texts(
'${DateUtils.getDayMonthYearDateFormatted(appointmentDate, isArabic: projectViewModel.isArabic)}',
),
)
],
)

@ -608,7 +608,7 @@ packages:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0-nullsafety.4"
version: "1.3.0-nullsafety.3"
mime:
dependency: transitive
description:
@ -900,7 +900,7 @@ packages:
name: stack_trace
url: "https://pub.dartlang.org"
source: hosted
version: "1.10.0-nullsafety.2"
version: "1.10.0-nullsafety.1"
stream_channel:
dependency: transitive
description:
@ -1084,5 +1084,5 @@ packages:
source: hosted
version: "2.2.1"
sdks:
dart: ">=2.10.0 <=2.11.0-213.1.beta"
dart: ">=2.10.0 <2.11.0"
flutter: ">=1.22.0 <2.0.0"

Loading…
Cancel
Save