File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,14 @@ import 'package:ht_auth_repository/ht_auth_repository.dart';
8
8
import 'package:ht_dashboard/app/app.dart' ;
9
9
import 'package:ht_dashboard/app/config/config.dart' as app_config;
10
10
import 'package:ht_dashboard/bloc_observer.dart' ;
11
- import 'package:ht_dashboard/shared/localization/ar_timeago_messages.dart' ;
12
- import 'package:ht_dashboard/shared/localization/en_timeago_messages.dart' ;
13
11
import 'package:ht_data_api/ht_data_api.dart' ;
14
12
import 'package:ht_data_client/ht_data_client.dart' ;
15
13
import 'package:ht_data_inmemory/ht_data_inmemory.dart' ;
16
14
import 'package:ht_data_repository/ht_data_repository.dart' ;
17
15
import 'package:ht_http_client/ht_http_client.dart' ;
18
16
import 'package:ht_kv_storage_shared_preferences/ht_kv_storage_shared_preferences.dart' ;
19
17
import 'package:ht_shared/ht_shared.dart' ;
18
+ import 'package:ht_ui_kit/ht_ui_kit.dart' ;
20
19
import 'package:logging/logging.dart' ;
21
20
import 'package:timeago/timeago.dart' as timeago;
22
21
@@ -48,7 +47,6 @@ Future<Widget> bootstrap(
48
47
httpClient = HtHttpClient (
49
48
baseUrl: appConfig.baseUrl,
50
49
tokenProvider: () => authenticationRepository.getAuthToken (),
51
- isWeb: kIsWeb,
52
50
);
53
51
authClient = HtAuthApi (
54
52
httpClient: httpClient,
You can’t perform that action at this time.
0 commit comments