Profile

Profile page

Profile page cards are designed in panel by flutter code:

EsProfileCard()




EsProgressProfileCard()




EsProgressListCard(
 titleList: _titleList,
 colorList: _colorList,
 percentList: _percentList,
)
//where
 List<String> _titleList=[
      AppLocalizations.of(context)!.software,
      AppLocalizations.of(context)!.design,
      AppLocalizations.of(context)!.seo,];
    List<double> _percentList=[27,60,90];
    List<Color> _colorList=[
      StructureBuilder.styles!.primaryDarkColor,
      StructureBuilder.styles!.specificColor,
      StructureBuilder.styles!.dangerColor().dangerDark,
    ];




EsProfileInformationCard()



EsShareCard()



EsProfileTabBarCard()




The profile page located in:
es_flutter_component/lib/components/es_profile