File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import 'dart:async';
22
33import 'package:flutter/material.dart' ;
44import 'package:flutter_bloc/flutter_bloc.dart' ;
5- import 'package:flutter_news_app_mobile_client_full_source_code/app/config/config.dart' ;
65import 'package:flutter_news_app_mobile_client_full_source_code/app/bloc/app_bloc.dart' ;
6+ import 'package:flutter_news_app_mobile_client_full_source_code/app/config/config.dart' ;
77
88/// {@template app_status_service}
99/// A service dedicated to monitoring the application's lifecycle and
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import 'package:flutter_news_app_mobile_client_full_source_code/app/services/app
1010import 'package:flutter_news_app_mobile_client_full_source_code/app/services/demo_data_migration_service.dart' ;
1111import 'package:flutter_news_app_mobile_client_full_source_code/authentication/bloc/authentication_bloc.dart' ;
1212import 'package:flutter_news_app_mobile_client_full_source_code/l10n/app_localizations.dart' ;
13- import 'package:flutter_news_app_mobile_client_full_source_code/l10n/l10n.dart' ;
1413import 'package:flutter_news_app_mobile_client_full_source_code/router/router.dart' ;
1514import 'package:flutter_news_app_mobile_client_full_source_code/status/view/view.dart' ;
1615import 'package:go_router/go_router.dart' ;
You can’t perform that action at this time.
0 commit comments