文件最后提交记录最后更新时间
[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 年前
[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 年前
[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 年前