From eaae618f25e09233b27ffe3ab11e638b250b57e1 Mon Sep 17 00:00:00 2001 From: Sultan khan <> Date: Thu, 13 Oct 2022 15:41:44 +0300 Subject: [PATCH] bug fixes --- lib/ui/profile/widgets/profile_info.dart | 34 ++++++++++++------------ 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/lib/ui/profile/widgets/profile_info.dart b/lib/ui/profile/widgets/profile_info.dart index 1ac5f93..73635d8 100644 --- a/lib/ui/profile/widgets/profile_info.dart +++ b/lib/ui/profile/widgets/profile_info.dart @@ -42,23 +42,23 @@ class ProfileInFo extends StatelessWidget { appreciationTime(LocaleKeys.day.tr(), memberInfo.sERVICEDAYS.toString()), ]).paddingOnly(bottom: 12, top: 12), const Divider(height: 8, thickness: 8, color: MyColors.lightGreyEFColor), - Column( - // mainAxisAlignment: MainAxisAlignment.start, - crossAxisAlignment: CrossAxisAlignment.start, - children: [ - (LocaleKeys.profile_profileCompletionPer.tr() + ' 75%').toText16(), - 8.height, - Row( - children: [ - for (var i = 0; i < 4; i++) - if (i < 3) Expanded(child: drawSlider(Color(0xff2BB8A6))) else Expanded(child: drawSlider(const Color(0xffefefef))) - ], - ), - 14.height, - LocaleKeys.profile_completeProfile.tr().toText16(color: MyColors.textMixColor, isUnderLine: true), - ], - ).paddingOnly(left: 21, right: 21, bottom: 18, top: 12), - const Divider(height: 8, thickness: 8, color: MyColors.lightGreyEFColor), + // Column( + // // mainAxisAlignment: MainAxisAlignment.start, + // crossAxisAlignment: CrossAxisAlignment.start, + // children: [ + // (LocaleKeys.profile_profileCompletionPer.tr() + ' 75%').toText16(), + // 8.height, + // Row( + // children: [ + // for (var i = 0; i < 4; i++) + // if (i < 3) Expanded(child: drawSlider(Color(0xff2BB8A6))) else Expanded(child: drawSlider(const Color(0xffefefef))) + // ], + // ), + // 14.height, + // LocaleKeys.profile_completeProfile.tr().toText16(color: MyColors.textMixColor, isUnderLine: true), + // ], + // ).paddingOnly(left: 21, right: 21, bottom: 18, top: 12), + // const Divider(height: 8, thickness: 8, color: MyColors.lightGreyEFColor), ListView.separated( padding: EdgeInsets.zero, shrinkWrap: true,