Skip to content

Commit 714a1c1

Browse files
committed
lint: misc
1 parent d77a419 commit 714a1c1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/app/services/app_status_service.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import 'dart:async';
22

33
import 'package:flutter/material.dart';
44
import 'package:flutter_bloc/flutter_bloc.dart';
5-
import 'package:flutter_news_app_mobile_client_full_source_code/app/config/config.dart';
65
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';
77

88
/// {@template app_status_service}
99
/// A service dedicated to monitoring the application's lifecycle and

lib/app/view/app.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import 'package:flutter_news_app_mobile_client_full_source_code/app/services/app
1010
import 'package:flutter_news_app_mobile_client_full_source_code/app/services/demo_data_migration_service.dart';
1111
import 'package:flutter_news_app_mobile_client_full_source_code/authentication/bloc/authentication_bloc.dart';
1212
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';
1413
import 'package:flutter_news_app_mobile_client_full_source_code/router/router.dart';
1514
import 'package:flutter_news_app_mobile_client_full_source_code/status/view/view.dart';
1615
import 'package:go_router/go_router.dart';

0 commit comments

Comments
 (0)