Skip to content

Commit 01bc4ad

Browse files
committed
refactor(ads): remove duplicate doc comment in AdMobNativeAdWidget
- Removed redundant documentation above AdMobNativeAdWidget class - The documentation for this widget was duplicated, which is unnecessary and can lead to confusion - This change ensures the codebase adheres to better documentation practices
1 parent 3bf94e5 commit 01bc4ad

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/ads/widgets/admob_native_ad_widget.dart

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@ import 'package:flutter_news_app_mobile_client_full_source_code/ads/models/model
44
import 'package:google_mobile_ads/google_mobile_ads.dart' as admob;
55
import 'package:logging/logging.dart';
66

7-
/// {@template admob_native_ad_widget}
8-
/// A widget that specifically renders a Google AdMob native ad.
9-
///
10-
/// This widget is responsible for taking the generic [app_ad_models.NativeAd]
11-
/// and rendering it using the `AdWidget` from the `google_mobile_ads` package.
12-
/// It expects the `adObject` within the [app_ad_models.NativeAd] to be a fully
13-
/// loaded [admob.NativeAd] instance.
14-
/// {@endtemplate}
157
/// {@template admob_native_ad_widget}
168
/// A widget that specifically renders a Google AdMob native ad.
179
///

0 commit comments

Comments
 (0)