Skip to content

Commit 8c68568

Browse files
committed
lint: misc
1 parent b788018 commit 8c68568

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

lib/content_management/bloc/edit_source/edit_source_bloc.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import 'package:core/core.dart';
33
import 'package:data_repository/data_repository.dart';
44
import 'package:equatable/equatable.dart';
55
import 'package:flutter/foundation.dart';
6-
import 'package:flutter_news_app_web_dashboard_full_source_code/l10n/app_localizations.dart';
76

87
part 'edit_source_event.dart';
98
part 'edit_source_state.dart';

lib/content_management/view/create_source_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import 'package:flutter/material.dart';
44
import 'package:flutter_bloc/flutter_bloc.dart';
55
import 'package:flutter_news_app_web_dashboard_full_source_code/content_management/bloc/content_management_bloc.dart';
66
import 'package:flutter_news_app_web_dashboard_full_source_code/content_management/bloc/create_source/create_source_bloc.dart';
7-
import 'package:flutter_news_app_web_dashboard_full_source_code/shared/extensions/source_type_l10n.dart';
87
import 'package:flutter_news_app_web_dashboard_full_source_code/l10n/l10n.dart';
8+
import 'package:flutter_news_app_web_dashboard_full_source_code/shared/extensions/source_type_l10n.dart';
99
import 'package:flutter_news_app_web_dashboard_full_source_code/shared/shared.dart';
1010
import 'package:go_router/go_router.dart';
1111
import 'package:ui_kit/ui_kit.dart';

lib/content_management/view/edit_source_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import 'package:flutter/material.dart';
44
import 'package:flutter_bloc/flutter_bloc.dart';
55
import 'package:flutter_news_app_web_dashboard_full_source_code/content_management/bloc/content_management_bloc.dart';
66
import 'package:flutter_news_app_web_dashboard_full_source_code/content_management/bloc/edit_source/edit_source_bloc.dart';
7-
import 'package:flutter_news_app_web_dashboard_full_source_code/shared/extensions/source_type_l10n.dart';
87
import 'package:flutter_news_app_web_dashboard_full_source_code/l10n/l10n.dart';
8+
import 'package:flutter_news_app_web_dashboard_full_source_code/shared/extensions/source_type_l10n.dart';
99
import 'package:flutter_news_app_web_dashboard_full_source_code/shared/shared.dart';
1010
import 'package:go_router/go_router.dart';
1111
import 'package:ui_kit/ui_kit.dart';

lib/content_management/view/sources_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import 'package:flutter_news_app_web_dashboard_full_source_code/content_manageme
66
import 'package:flutter_news_app_web_dashboard_full_source_code/l10n/app_localizations.dart';
77
import 'package:flutter_news_app_web_dashboard_full_source_code/l10n/l10n.dart';
88
import 'package:flutter_news_app_web_dashboard_full_source_code/router/routes.dart';
9-
import 'package:flutter_news_app_web_dashboard_full_source_code/shared/extensions/source_type_l10n.dart';
109
import 'package:flutter_news_app_web_dashboard_full_source_code/shared/extensions/content_status_l10n.dart';
10+
import 'package:flutter_news_app_web_dashboard_full_source_code/shared/extensions/source_type_l10n.dart';
1111
import 'package:go_router/go_router.dart';
1212
import 'package:intl/intl.dart';
1313
import 'package:ui_kit/ui_kit.dart';

0 commit comments

Comments
 (0)