File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
lib/local_ads_management/view Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ import 'package:flutter/material.dart';
44import 'package:flutter_bloc/flutter_bloc.dart' ;
55import 'package:flutter_news_app_web_dashboard_full_source_code/l10n/l10n.dart' ;
66import 'package:flutter_news_app_web_dashboard_full_source_code/local_ads_management/bloc/update_local_ads/update_local_interstitial_ad_bloc.dart' ;
7- import 'package:flutter_news_app_web_dashboard_full_source_code/shared/extensions/content_status_l10n.dart' ;
8- import 'package:flutter_news_app_web_dashboard_full_source_code/shared/widgets/searchable_selection_input.dart' ;
97import 'package:go_router/go_router.dart' ;
108import 'package:ui_kit/ui_kit.dart' ;
119
@@ -195,20 +193,6 @@ class _EditLocalInterstitialAdViewState
195193 ),
196194 ),
197195 const SizedBox (height: AppSpacing .lg),
198- SearchableSelectionInput <ContentStatus >(
199- label: l10n.status,
200- selectedItem: state.contentStatus,
201- staticItems: ContentStatus .values.toList (),
202- itemBuilder: (context, status) =>
203- Text (status.l10n (context)),
204- itemToString: (status) => status.l10n (context),
205- onChanged: (value) {
206- if (value == null ) return ;
207- context.read <UpdateLocalInterstitialAdBloc >().add (
208- UpdateLocalInterstitialAdStatusChanged (value),
209- );
210- },
211- ),
212196 ],
213197 ),
214198 ),
You can’t perform that action at this time.
0 commit comments