File tree Expand file tree Collapse file tree 7 files changed +77
-75
lines changed
metadata/en-US/changelogs Expand file tree Collapse file tree 7 files changed +77
-75
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ class PersonalizationSettingsPage extends StatelessWidget {
7474 subtitle: Text (
7575 design.isEmpty
7676 ? AppLocalizations .of (context).systemTheme
77- : design. toDisplayString () ,
77+ : design,
7878 ),
7979 trailing: ThemeBox (
8080 theme: getThemeData (state.design, false ),
@@ -198,7 +198,7 @@ class PersonalizationSettingsPage extends StatelessWidget {
198198 ...getThemes ().map ((e) {
199199 final theme = getThemeData (e, false );
200200 return ListTile (
201- title: Text (e. toDisplayString () ),
201+ title: Text (e),
202202 selected: e == design,
203203 onTap: () => changeDesign (e),
204204 leading: ThemeBox (theme: theme),
Original file line number Diff line number Diff line change @@ -161,14 +161,14 @@ class _HeaderHomeViewState extends State<_HeaderHomeView>
161161 AppLocalizations .of (context).welcome (applicationVersionName),
162162 style: TextTheme .of (
163163 context,
164- ).titleLarge? .copyWith (color: colorScheme.onPrimary ),
164+ ).titleLarge? .copyWith (color: colorScheme.onSecondary ),
165165 overflow: TextOverflow .clip,
166166 ),
167167 Text (
168168 AppLocalizations .of (context).welcomeContent,
169169 style: TextTheme .of (
170170 context,
171- ).bodySmall? .copyWith (color: colorScheme.onPrimary ),
171+ ).bodySmall? .copyWith (color: colorScheme.onSecondary ),
172172 ),
173173 ],
174174 ),
Original file line number Diff line number Diff line change @@ -5,18 +5,18 @@ packages:
55 dependency: transitive
66 description:
77 name: _fe_analyzer_shared
8- sha256: dd3d2ad434b9510001d089e8de7556d50c834481b9abc2891a0184a8493a19dc
8+ sha256: "0eb33edbbe99a02e73b8bbeb6f2b65972023d902117ee8d1bf0ea1a79f83aa7b"
99 url: "https://pub.dev"
1010 source: hosted
11- version: "89 .0.0"
11+ version: "90 .0.0"
1212 analyzer:
1313 dependency: transitive
1414 description:
1515 name: analyzer
16- sha256: c22b6e7726d1f9e5db58c7251606076a71ca0dbcf76116675edfadbec0c9e875
16+ sha256: "711e3a890bb529bf55f07d73b8706f4b7504ad77e90d2f205626b116c048583f"
1717 url: "https://pub.dev"
1818 source: hosted
19- version: "8.2 .0"
19+ version: "8.3 .0"
2020 animations:
2121 dependency: "direct main"
2222 description:
@@ -1683,4 +1683,4 @@ packages:
16831683 version: "3.1.3"
16841684sdks:
16851685 dart: ">=3.9.0 <4.0.0"
1686- flutter: ">=3.35.4 "
1686+ flutter: ">=3.35.6 "
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ version: 2.4.1-rc.0+152
1717
1818environment :
1919 sdk : " >=3.8.0 <4.0.0"
20- flutter : 3.35.4
20+ flutter : 3.35.6
2121
2222dependencies :
2323 flutter :
Original file line number Diff line number Diff line change 1616 "@phosphor-icons/react" : " ^2.1.10" ,
1717 "@types/react" : " ^19.2.2" ,
1818 "@types/react-dom" : " ^19.2.1" ,
19- "astro" : " ^5.14.3 " ,
19+ "astro" : " ^5.14.4 " ,
2020 "react" : " ^19.2.0" ,
2121 "react-dom" : " ^19.2.0" ,
2222 "remark-gemoji" : " ^8.0.0" ,
2323 "remark-heading-id" : " ^1.0.1" ,
2424 "typescript" : " ^5.9.3"
2525 },
26- "packageManager" :
" [email protected] .1 " ,
26+ "packageManager" :
" [email protected] .2 " ,
2727 "devDependencies" : {
2828 "@vite-pwa/astro" : " ^1.1.0" ,
2929 "sass" : " ^1.93.2" ,
You can’t perform that action at this time.
0 commit comments