文件最后提交记录最后更新时间
[google_adsense] Add optional init parameters. (#8297) Adds AdSenseCodeParameters configuration object for adSense.initialize. Adds a 100ms delay to adBreak and showAdFn so on tap devices, when an ad renders on top of the flutter element that triggered the ad, the pointer up event doesn't trigger the ad immediately. Fixes a typo in the MATCHED_CONTENT_ROWS_NUM and MATCHED_CONTENT_COLUMNS_NUM constants, that would have resulted in passing the wrong parameter name to the AdSense JS. Continues the tightening of exports by making all the exports from barrel files **explicit**, so it's harder to accidentally expose any unintended API surface. ## Issues * Continuation of: https://github.com/flutter/packages/pull/8233 * Part of: https://github.com/flutter/flutter/issues/403761 年前
Update repo for 3.32 stable (#9311) Does all of the steps from https://github.com/flutter/flutter/blob/master/docs/ecosystem/release/Updating-Packages-repo-for-a-stable-release.md for the 3.32 stable release (except the first one, as the stable roller has already landed).11 个月前
Use a more deterministic way of waiting for ad widgets to be ready. (#8920) These unit tests were failing when a skwasm change caused a subtle timing difference. See https://github.com/flutter/flutter/issues/1653471 年前
[google_adsense] (Experimental) AdSense plugin for Flutter Web (#6871) Google Adsense plugin should allow Flutter Web developers to integrate Adsense more easily and monetize web project. *List which issues are fixed by this PR. You must list at least one issue.* https://github.com/flutter/flutter/issues/403761 年前
[google_adsense] (Experimental) AdSense plugin for Flutter Web (#6871) Google Adsense plugin should allow Flutter Web developers to integrate Adsense more easily and monetize web project. *List which issues are fixed by this PR. You must list at least one issue.* https://github.com/flutter/flutter/issues/403761 年前
Update repo for 3.32 stable (#9311) Does all of the steps from https://github.com/flutter/flutter/blob/master/docs/ecosystem/release/Updating-Packages-repo-for-a-stable-release.md for the 3.32 stable release (except the first one, as the stable roller has already landed).11 个月前
[google_adsense] (Experimental) AdSense plugin for Flutter Web (#6871) Google Adsense plugin should allow Flutter Web developers to integrate Adsense more easily and monetize web project. *List which issues are fixed by this PR. You must list at least one issue.* https://github.com/flutter/flutter/issues/403761 年前
[google_adsense] Add optional init parameters. (#8297) Adds AdSenseCodeParameters configuration object for adSense.initialize. Adds a 100ms delay to adBreak and showAdFn so on tap devices, when an ad renders on top of the flutter element that triggered the ad, the pointer up event doesn't trigger the ad immediately. Fixes a typo in the MATCHED_CONTENT_ROWS_NUM and MATCHED_CONTENT_COLUMNS_NUM constants, that would have resulted in passing the wrong parameter name to the AdSense JS. Continues the tightening of exports by making all the exports from barrel files **explicit**, so it's harder to accidentally expose any unintended API surface. ## Issues * Continuation of: https://github.com/flutter/packages/pull/8233 * Part of: https://github.com/flutter/flutter/issues/403761 年前
[google_adsense] (Experimental) AdSense plugin for Flutter Web (#6871) Google Adsense plugin should allow Flutter Web developers to integrate Adsense more easily and monetize web project. *List which issues are fixed by this PR. You must list at least one issue.* https://github.com/flutter/flutter/issues/403761 年前
[google_adsense] Adds H5 Games Ads support to package. (#7747) This PR adds support for the H5 Games Ads (Ad Placement API) product to package:google_adsense through a new h5.dart library. Product page: * https://adsense.google.com/start/h5-games-ads JS API reference: * https://developers.google.com/ad-placement/apis ## Issues * Continuation of: https://github.com/flutter/packages/pull/6871 * Continuation of: https://github.com/flutter/packages/pull/8233 * Part of: https://github.com/flutter/flutter/issues/403761 年前
Update repo for 3.32 stable (#9311) Does all of the steps from https://github.com/flutter/flutter/blob/master/docs/ecosystem/release/Updating-Packages-repo-for-a-stable-release.md for the 3.32 stable release (except the first one, as the stable roller has already landed).11 个月前
README.md

Before you start

This package is only intended for use by web games.

Please apply to the H5 Games Ads beta using this form. Once approved, you may use the package.

Without approval, your code may not behave as expected, and your AdSense account may face policy issues.

google_adsense

Google AdSense plugin for Flutter Web.

This package provides a way to initialize and use AdSense on your Flutter Web app. It includes libraries for the following products:

Documentation

Check the Flutter API docs to learn how to:

Support

For technical problems with the code of this package, please create a Github issue.

For any questions or support, please reach out to your Google representative or leverage the AdSense Help Center.