File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import 'package:ht_dashboard/authentication/bloc/authentication_bloc.dart';
13
13
import 'package:ht_dashboard/content_management/bloc/content_management_bloc.dart' ;
14
14
import 'package:ht_dashboard/dashboard/bloc/dashboard_bloc.dart' ;
15
15
import 'package:ht_dashboard/l10n/app_localizations.dart' ;
16
+ import 'package:ht_ui_kit/ht_ui_kit.dart' ;
16
17
import 'package:ht_dashboard/router/router.dart' ;
17
18
// Import for app_theme.dart
18
19
import 'package:ht_dashboard/shared/theme/app_theme.dart' ;
@@ -209,9 +210,11 @@ class _AppViewState extends State<_AppView> {
209
210
child: MaterialApp .router (
210
211
debugShowCheckedModeBanner: false ,
211
212
routerConfig: _router,
212
- localizationsDelegates:
213
- AppLocalizations .localizationsDelegates,
214
- supportedLocales: AppLocalizations .supportedLocales,
213
+ localizationsDelegates: const [
214
+ HtUiKitLocalizations .delegate,
215
+ ...AppLocalizations .localizationsDelegates,
216
+ ],
217
+ supportedLocales: HtUiKitLocalizations .supportedLocales,
215
218
theme: baseTheme == AppBaseTheme .dark
216
219
? darkThemeData
217
220
: lightThemeData,
Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ packages:
277
277
description:
278
278
path: "."
279
279
ref: HEAD
280
- resolved-ref: "0b56d92624769ca3175d5ce2c7da27ab29514f8a "
280
+ resolved-ref: "6484a5641c3d633d286ea5848c5b7cf1e723ebc1 "
281
281
url: "https://github.com/headlines-toolkit/ht-http-client.git"
282
282
source: git
283
283
version: "0.0.0"
@@ -308,6 +308,15 @@ packages:
308
308
url: "https://github.com/headlines-toolkit/ht-shared.git"
309
309
source: git
310
310
version: "0.0.0"
311
+ ht_ui_kit:
312
+ dependency: "direct main"
313
+ description:
314
+ path: "."
315
+ ref: HEAD
316
+ resolved-ref: c33ec118041a9de02c96b177a88d646a08abd396
317
+ url: "https://github.com/headlines-toolkit/ht-ui-kit.git"
318
+ source: git
319
+ version: "0.0.0"
311
320
http:
312
321
dependency: transitive
313
322
description:
Original file line number Diff line number Diff line change @@ -57,6 +57,9 @@ dependencies:
57
57
ht_shared :
58
58
git :
59
59
url : https://github.com/headlines-toolkit/ht-shared.git
60
+ ht_ui_kit :
61
+ git :
62
+ url : https://github.com/headlines-toolkit/ht-ui-kit.git
60
63
intl : ^0.20.2
61
64
logging : ^1.3.0
62
65
timeago : ^3.7.1
You can’t perform that action at this time.
0 commit comments