@@ -86,7 +86,12 @@ class _AboutScreenState extends State<AboutScreen> {
8686 ),
8787 SizedBox (height: currentTheme.spaceScheme (context).rowGapLarge),
8888 Text (
89- '${context .l10n .app_about_details_themeCoreVersion } ${Environment .oudsCore }' ,
89+ '${context .l10n .app_about_details_androidCoreVersion } ${Environment .androidCore }' ,
90+ style: currentTheme.typographyTokens.typeBodyDefaultMedium (context),
91+ ),
92+ SizedBox (height: currentTheme.spaceScheme (context).rowGapSmall),
93+ Text (
94+ '${context .l10n .app_about_details_androidSystemVersion } ${Environment .androidSystem }' ,
9095 style: currentTheme.typographyTokens.typeBodyDefaultMedium (context),
9196 ),
9297 SizedBox (height: currentTheme.spaceScheme (context).rowGapSmall),
@@ -100,6 +105,11 @@ class _AboutScreenState extends State<AboutScreen> {
100105 style: currentTheme.typographyTokens.typeBodyDefaultMedium (context),
101106 ),
102107 SizedBox (height: currentTheme.spaceScheme (context).rowGapSmall),
108+ Text (
109+ '${context .l10n .app_about_details_themeCoreVersion } ${Environment .oudsCore }' ,
110+ style: currentTheme.typographyTokens.typeBodyDefaultMedium (context),
111+ ),
112+ SizedBox (height: currentTheme.spaceScheme (context).rowGapSmall),
103113 Text (
104114 '${context .l10n .app_about_details_themeSoshCoreVersion } ${Environment .soshCore }' ,
105115 style: currentTheme.typographyTokens.typeBodyDefaultMedium (context),
@@ -111,12 +121,12 @@ class _AboutScreenState extends State<AboutScreen> {
111121 ),
112122 SizedBox (height: currentTheme.spaceScheme (context).rowGapSmall),
113123 Text (
114- '${context .l10n .app_about_details_androidCoreVersion } ${Environment .androidCore }' ,
124+ '${context .l10n .app_about_details_themeWireframeCoreVersion } ${Environment .wireframeCore }' ,
115125 style: currentTheme.typographyTokens.typeBodyDefaultMedium (context),
116126 ),
117127 SizedBox (height: currentTheme.spaceScheme (context).rowGapSmall),
118128 Text (
119- '${context .l10n .app_about_details_androidSystemVersion } ${Environment .androidSystem }' ,
129+ '${context .l10n .app_about_details_themeWireframeBrandVersion } ${Environment .wireframeBrand }' ,
120130 style: currentTheme.typographyTokens.typeBodyDefaultMedium (context),
121131 ),
122132 ],
0 commit comments