File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,9 @@ import 'package:ht_dashboard/app/bloc/app_bloc.dart';
4
4
import 'package:ht_dashboard/l10n/app_localizations.dart' ;
5
5
import 'package:ht_dashboard/l10n/l10n.dart' ;
6
6
import 'package:ht_dashboard/settings/bloc/settings_bloc.dart' ;
7
- import 'package:ht_dashboard/shared/constants/app_spacing.dart' ;
8
- import 'package:ht_dashboard/shared/widgets/widgets.dart' ;
9
7
import 'package:ht_data_repository/ht_data_repository.dart' ;
10
8
import 'package:ht_shared/ht_shared.dart' ;
11
- import 'package:ht_ui_kit/ht_ui_kit.dart' ; // Import for toFriendlyMessage
9
+ import 'package:ht_ui_kit/ht_ui_kit.dart' ;
12
10
13
11
/// {@template settings_page}
14
12
/// A page for user settings, allowing customization of theme and language.
@@ -34,7 +32,7 @@ class _SettingsView extends StatelessWidget {
34
32
35
33
@override
36
34
Widget build (BuildContext context) {
37
- final l10n = context.l10n;
35
+ final l10n = AppLocalizationsX ( context) .l10n;
38
36
return Scaffold (
39
37
appBar: AppBar (
40
38
title: Text (l10n.settings),
You can’t perform that action at this time.
0 commit comments