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';
44import 'package:ht_dashboard/l10n/app_localizations.dart' ;
55import 'package:ht_dashboard/l10n/l10n.dart' ;
66import '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' ;
97import 'package:ht_data_repository/ht_data_repository.dart' ;
108import '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' ;
1210
1311/// {@template settings_page}
1412/// A page for user settings, allowing customization of theme and language.
@@ -34,7 +32,7 @@ class _SettingsView extends StatelessWidget {
3432
3533 @override
3634 Widget build (BuildContext context) {
37- final l10n = context.l10n;
35+ final l10n = AppLocalizationsX ( context) .l10n;
3836 return Scaffold (
3937 appBar: AppBar (
4038 title: Text (l10n.settings),
You can’t perform that action at this time.
0 commit comments