File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -192,15 +192,18 @@ class _AppViewState extends State<_AppView> {
192
192
scheme: state.flexScheme,
193
193
appTextScaleFactor:
194
194
state.settings.displaySettings.textScaleFactor,
195
+ appFontWeight: state.settings.displaySettings.fontWeight, // Added
195
196
fontFamily: state.settings.displaySettings.fontFamily,
196
197
),
197
198
darkTheme: darkTheme (
198
199
scheme: state.flexScheme,
199
200
appTextScaleFactor:
200
201
state.settings.displaySettings.textScaleFactor,
202
+ appFontWeight: state.settings.displaySettings.fontWeight, // Added
201
203
fontFamily: state.settings.displaySettings.fontFamily,
202
204
),
203
205
routerConfig: _router,
206
+ locale: state.locale, // Use locale from AppBloc state
204
207
localizationsDelegates: AppLocalizations .localizationsDelegates,
205
208
supportedLocales: AppLocalizations .supportedLocales,
206
209
);
You can’t perform that action at this time.
0 commit comments