We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738b7f5 commit cea66afCopy full SHA for cea66af
lib/settings/view/settings_page.dart
@@ -90,6 +90,13 @@ class SettingsPage extends StatelessWidget {
90
title: l10n.settingsNotificationsTitle, // Add l10n key
91
onTap: () => context.goNamed(Routes.settingsNotificationsName),
92
),
93
+ const Divider(indent: AppSpacing.lg, endIndent: AppSpacing.lg),
94
+ _buildSettingsTile(
95
+ context: context,
96
+ icon: Icons.language_outlined,
97
+ title: l10n.settingsLanguageTitle, // Add l10n key
98
+ onTap: () => context.goNamed(Routes.settingsLanguageName),
99
+ ),
100
],
101
);
102
},
0 commit comments