bug fixes

merge-requests/14/head
Sultan khan 2 years ago
parent b3d76df457
commit eaae618f25

@ -42,23 +42,23 @@ class ProfileInFo extends StatelessWidget {
appreciationTime(LocaleKeys.day.tr(), memberInfo.sERVICEDAYS.toString()), appreciationTime(LocaleKeys.day.tr(), memberInfo.sERVICEDAYS.toString()),
]).paddingOnly(bottom: 12, top: 12), ]).paddingOnly(bottom: 12, top: 12),
const Divider(height: 8, thickness: 8, color: MyColors.lightGreyEFColor), const Divider(height: 8, thickness: 8, color: MyColors.lightGreyEFColor),
Column( // Column(
// mainAxisAlignment: MainAxisAlignment.start, // // mainAxisAlignment: MainAxisAlignment.start,
crossAxisAlignment: CrossAxisAlignment.start, // crossAxisAlignment: CrossAxisAlignment.start,
children: [ // children: [
(LocaleKeys.profile_profileCompletionPer.tr() + ' 75%').toText16(), // (LocaleKeys.profile_profileCompletionPer.tr() + ' 75%').toText16(),
8.height, // 8.height,
Row( // Row(
children: [ // children: [
for (var i = 0; i < 4; i++) // for (var i = 0; i < 4; i++)
if (i < 3) Expanded(child: drawSlider(Color(0xff2BB8A6))) else Expanded(child: drawSlider(const Color(0xffefefef))) // if (i < 3) Expanded(child: drawSlider(Color(0xff2BB8A6))) else Expanded(child: drawSlider(const Color(0xffefefef)))
], // ],
), // ),
14.height, // 14.height,
LocaleKeys.profile_completeProfile.tr().toText16(color: MyColors.textMixColor, isUnderLine: true), // LocaleKeys.profile_completeProfile.tr().toText16(color: MyColors.textMixColor, isUnderLine: true),
], // ],
).paddingOnly(left: 21, right: 21, bottom: 18, top: 12), // ).paddingOnly(left: 21, right: 21, bottom: 18, top: 12),
const Divider(height: 8, thickness: 8, color: MyColors.lightGreyEFColor), // const Divider(height: 8, thickness: 8, color: MyColors.lightGreyEFColor),
ListView.separated( ListView.separated(
padding: EdgeInsets.zero, padding: EdgeInsets.zero,
shrinkWrap: true, shrinkWrap: true,

Loading…
Cancel
Save