Skip to content

Commit 029fbdf

Browse files
authored
Merge pull request #87 from flutter-news-app-full-source-code/feat/fix-local-ads-archiving-undo
Feat/fix local ads archiving undo
2 parents 21851df + 6b5418b commit 029fbdf

File tree

5 files changed

+277
-245
lines changed

5 files changed

+277
-245
lines changed

lib/app_configuration/widgets/article_ad_settings_form.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import 'package:core/core.dart';
22
import 'package:flutter/material.dart';
33
import 'package:flutter_news_app_web_dashboard_full_source_code/l10n/app_localizations.dart';
44
import 'package:flutter_news_app_web_dashboard_full_source_code/l10n/l10n.dart';
5+
import 'package:flutter_news_app_web_dashboard_full_source_code/shared/extensions/app_user_role_l10n.dart';
56
import 'package:flutter_news_app_web_dashboard_full_source_code/shared/extensions/banner_ad_shape_l10n.dart';
67
import 'package:flutter_news_app_web_dashboard_full_source_code/shared/extensions/in_article_ad_slot_type_l10n.dart';
7-
import 'package:flutter_news_app_web_dashboard_full_source_code/shared/extensions/app_user_role_l10n.dart';
88
import 'package:ui_kit/ui_kit.dart';
99

1010
/// {@template article_ad_settings_form}

0 commit comments

Comments
 (0)