File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed
Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import 'package:core/core.dart';
33import 'package:data_repository/data_repository.dart' ;
44import 'package:equatable/equatable.dart' ;
55import 'package:flutter/foundation.dart' ;
6- import 'package:flutter_news_app_web_dashboard_full_source_code/l10n/app_localizations.dart' ;
76
87part 'edit_source_event.dart' ;
98part 'edit_source_state.dart' ;
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import 'package:flutter/material.dart';
44import 'package:flutter_bloc/flutter_bloc.dart' ;
55import 'package:flutter_news_app_web_dashboard_full_source_code/content_management/bloc/content_management_bloc.dart' ;
66import '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' ;
87import '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' ;
99import 'package:flutter_news_app_web_dashboard_full_source_code/shared/shared.dart' ;
1010import 'package:go_router/go_router.dart' ;
1111import 'package:ui_kit/ui_kit.dart' ;
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import 'package:flutter/material.dart';
44import 'package:flutter_bloc/flutter_bloc.dart' ;
55import 'package:flutter_news_app_web_dashboard_full_source_code/content_management/bloc/content_management_bloc.dart' ;
66import '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' ;
87import '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' ;
99import 'package:flutter_news_app_web_dashboard_full_source_code/shared/shared.dart' ;
1010import 'package:go_router/go_router.dart' ;
1111import 'package:ui_kit/ui_kit.dart' ;
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ import 'package:flutter_news_app_web_dashboard_full_source_code/content_manageme
66import 'package:flutter_news_app_web_dashboard_full_source_code/l10n/app_localizations.dart' ;
77import 'package:flutter_news_app_web_dashboard_full_source_code/l10n/l10n.dart' ;
88import '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' ;
109import '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' ;
1111import 'package:go_router/go_router.dart' ;
1212import 'package:intl/intl.dart' ;
1313import 'package:ui_kit/ui_kit.dart' ;
You can’t perform that action at this time.
0 commit comments