文件最后提交记录最后更新时间
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] 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] Tighten exports and docs. (#8233) * **Breaking changes**: Reshuffles API exports: * Removes the adUnit method, and instead exports the AdUnitWidget directly. * Renames experimental/google_adsense to experimental/ad_unit_widget.dart. * Removes the AdStatus and AdUnitParams exports. * Removes the "stub" files, so this package is now web-only and must be used through a conditional import. * Tweaks several documentation pages to remove references to internal APIs. * Splits tests to reflect the new code structure. ## Issue * Continuation of: https://github.com/flutter/packages/pull/6871 * Part of: https://github.com/flutter/flutter/issues/403761 年前