File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import 'package:flutter_news_app_mobile_client_full_source_code/account/view/man
1111import 'package:flutter_news_app_mobile_client_full_source_code/account/view/manage_followed_items/topics/add_topic_to_follow_page.dart' ;
1212import 'package:flutter_news_app_mobile_client_full_source_code/account/view/manage_followed_items/topics/followed_topics_list_page.dart' ;
1313import 'package:flutter_news_app_mobile_client_full_source_code/account/view/saved_headlines_page.dart' ;
14+ import 'package:flutter_news_app_mobile_client_full_source_code/ads/ad_service.dart' ;
1415import 'package:flutter_news_app_mobile_client_full_source_code/app/bloc/app_bloc.dart' ;
1516import 'package:flutter_news_app_mobile_client_full_source_code/app/config/config.dart'
1617 as local_config;
@@ -64,6 +65,7 @@ GoRouter createRouter({
6465 required DataRepository <RemoteConfig > remoteConfigRepository,
6566 required DataRepository <User > userRepository,
6667 required local_config.AppEnvironment environment,
68+ required AdService adService,
6769}) {
6870 // Instantiate AccountBloc once to be shared
6971 final accountBloc = AccountBloc (
You can’t perform that action at this time.
0 commit comments