Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Appease repo_checks
  • Loading branch information
ditman committed Dec 5, 2024
commit 54fd0c5689163b4cf215d8c5bc4d03be2c704e82
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import 'ad_unit_params.dart';
/// {@template pkg_google_adsense_parameter_matchedContentUiType}
/// * [matchedContentUiType]: Controls the arrangement of the text and images in
/// this Multiplex ad unit. For example, you can choose to have the image and
/// text side by side, the image above the text, etc. More information:
/// text side by side, the image above the text, etc. More information:
/// [How to customize your responsive Multiplex ad unit](https://support.google.com/adsense/answer/7533385)
/// {@endtemplate}
/// {@template pkg_google_adsense_parameter_rowsNum}
Expand Down Expand Up @@ -93,7 +93,7 @@ class AdUnitConfiguration {
/// Creates a configuration object for a Multiplex ad.
///
/// Arguments:
///
///
/// {@macro pkg_google_adsense_parameter_adSlot}
/// {@macro pkg_google_adsense_parameter_adFormat}
/// {@macro pkg_google_adsense_parameter_matchedContentUiType}
Expand Down Expand Up @@ -121,7 +121,7 @@ class AdUnitConfiguration {
/// Creates a configuration object for an In-feed ad.
///
/// Arguments:
///
///
/// {@macro pkg_google_adsense_parameter_adSlot}
/// {@macro pkg_google_adsense_parameter_adLayoutKey}
/// {@macro pkg_google_adsense_parameter_adFormat}
Expand All @@ -143,7 +143,7 @@ class AdUnitConfiguration {
/// Creates a configuration object for an In-article ad.
///
/// Arguments:
///
///
/// {@macro pkg_google_adsense_parameter_adSlot}
/// {@macro pkg_google_adsense_parameter_adFormat}
/// {@macro pkg_google_adsense_parameter_adLayout}
Expand All @@ -165,7 +165,7 @@ class AdUnitConfiguration {
/// Creates a configuration object for a Display ad.
///
/// Arguments:
///
///
/// {@macro pkg_google_adsense_parameter_adSlot}
/// {@macro pkg_google_adsense_parameter_adFormat}
/// {@macro pkg_google_adsense_parameter_isFullWidthResponsive}
Expand Down
1 change: 0 additions & 1 deletion packages/google_adsense/lib/src/core/adsense_stub.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import 'package:flutter/widgets.dart';

/// The AdSense SDK.
class AdSense {

/// Initializes the AdSense SDK with your [adClient].
///
/// The [adClient] parameter is your AdSense [Publisher ID](https://support.google.com/adsense/answer/2923881).
Expand Down
2 changes: 1 addition & 1 deletion packages/google_adsense/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: google_adsense
description: A wrapper plugin with convenience APIs allowing easier inserting Google Adsense HTML snippets withing a Flutter UI Web application
repository: https://github.com/flutter/packages/tree/main/packages/google_adsense
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_adsense%22
version: 0.0.1
version: 0.0.2

environment:
sdk: ^3.4.0
Expand Down
Loading