File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 4
4
import 'package:flutter/material.dart' ;
5
5
import 'package:flutter_bloc/flutter_bloc.dart' ;
6
6
import 'package:go_router/go_router.dart' ;
7
- import 'package:ht_categories_client/ht_categories_client.dart' ;
8
- import 'package:ht_countries_client/ht_countries_client.dart' ;
9
7
import 'package:ht_main/headlines-feed/bloc/headlines_feed_bloc.dart' ;
10
8
import 'package:ht_main/headlines-feed/models/headline_filter.dart' ;
11
9
import 'package:ht_main/l10n/l10n.dart' ;
12
10
import 'package:ht_main/router/routes.dart' ;
13
11
import 'package:ht_main/shared/constants/constants.dart' ;
14
- import 'package:ht_sources_client/ht_sources_client.dart' ;
12
+ import 'package:ht_shared/ht_shared.dart'
13
+ show Category, Country, Source; // Import models from ht_shared
15
14
16
15
/// {@template headlines_filter_page}
17
16
/// A full-screen dialog page for selecting headline filters.
You can’t perform that action at this time.
0 commit comments