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';
2
2
3
3
import 'package:flutter/material.dart' ;
4
4
import 'package:flutter_bloc/flutter_bloc.dart' ;
5
- import 'package:flutter_news_app_mobile_client_full_source_code/app/config/config.dart' ;
6
5
import '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' ;
7
7
8
8
/// {@template app_status_service}
9
9
/// 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
10
10
import 'package:flutter_news_app_mobile_client_full_source_code/app/services/demo_data_migration_service.dart' ;
11
11
import 'package:flutter_news_app_mobile_client_full_source_code/authentication/bloc/authentication_bloc.dart' ;
12
12
import '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' ;
14
13
import 'package:flutter_news_app_mobile_client_full_source_code/router/router.dart' ;
15
14
import 'package:flutter_news_app_mobile_client_full_source_code/status/view/view.dart' ;
16
15
import 'package:go_router/go_router.dart' ;
You can’t perform that action at this time.
0 commit comments