Skip to content

Commit f49083d

Browse files
committed
chore: barrels
1 parent 3a844d8 commit f49083d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

lib/ads/models/models.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
export 'ad_feed_item.dart';
22
export 'ad_placeholder.dart';
33
export 'ad_theme_style.dart';
4+
export 'banner_ad.dart';
5+
export 'inline_ad.dart';
46
export 'interstitial_ad.dart';
57
export 'native_ad.dart';

lib/ads/widgets/widgets.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export 'ad_feed_item_widget.dart';
22
export 'ad_loader_widget.dart';
33
export 'admob_inline_ad_widget.dart';
4+
export 'in_article_ad_loader_widget.dart';
45
export 'local_banner_ad_widget.dart';
56
export 'local_native_ad_widget.dart';
67
export 'placeholder_ad_widget.dart';

0 commit comments

Comments
 (0)