文件最后提交记录最后更新时间
[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 年前
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] 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 年前
Drop deprecated HTML head meta tags (#8970) Towards https://github.com/flutter/flutter/issues/1661661 年前
[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).1 年前
README.md

google_adsense_example

An example demonstrating google_adsense Flutter plugin usage

Screenshots

Screenshot of the test app showing an ad on mobile Screenshot of the test app showing an ad on desktop

Testing

This package uses package:integration_test to run its tests in a web browser.

See Plugin Tests > Web Tests in the Flutter documentation for instructions to set up and run the tests in this package.

Check flutter.dev > Integration testing for more info.