文件最后提交记录最后更新时间
[webview_flutter_android][camera_android_camerax][interactive_media_ads] Updates pigeon to 25.3.1 to fix Kotlin lints (#9135) Also updates a few test file names for consistency. ## Pre-Review Checklist [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.1 年前
[interactive_media_ads] Fixes AdEventTypes not triggering on iOS in release mode (#8918) Because _delegate was an unused field, Dart would garbage collect the value in release mode. To prevent this, this adds the @pragma('vm:entry-point') to indicate that the value is an entry point for the platform side. See the comment above the field. Fixes https://github.com/flutter/flutter/issues/163049 ## Pre-Review Checklist [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.1 年前
[interactive_media_ads] Adds support to define parameters that control the rendering of ads (#8057) Changes PlatformAdsManager.init(AdsManagerInitParams) to the correct shared PlatformAdsManager.init(PlatformAdsRenderingSettings?) feature. **Android:** https://developers.google.com/interactive-media-ads/docs/sdks/android/client-side/api/reference/com/google/ads/interactivemedia/v3/api/BaseManager.html#init(com.google.ads.interactivemedia.v3.api.AdsRenderingSettings) **iOS:** https://developers.google.com/interactive-media-ads/docs/sdks/ios/client-side/reference/Classes/IMAAdsManager#/c:objc(cs)IMAAdsManager(im)initializeWithAdsRenderingSettings: The platform interface and implementation aren't exposed yet, so this change should not be breaking. Fixes https://github.com/flutter/flutter/issues/1522531 年前
[interactive_media_ads] Adds initial iOS implementation (#7063) iOS implementation for https://github.com/flutter/flutter/issues/1342281 年前
[interactive_media_ads] Adds support to define parameters that control the rendering of ads (#8057) Changes PlatformAdsManager.init(AdsManagerInitParams) to the correct shared PlatformAdsManager.init(PlatformAdsRenderingSettings?) feature. **Android:** https://developers.google.com/interactive-media-ads/docs/sdks/android/client-side/api/reference/com/google/ads/interactivemedia/v3/api/BaseManager.html#init(com.google.ads.interactivemedia.v3.api.AdsRenderingSettings) **iOS:** https://developers.google.com/interactive-media-ads/docs/sdks/ios/client-side/reference/Classes/IMAAdsManager#/c:objc(cs)IMAAdsManager(im)initializeWithAdsRenderingSettings: The platform interface and implementation aren't exposed yet, so this change should not be breaking. Fixes https://github.com/flutter/flutter/issues/1522531 年前
[interactive_media_ads] Updates README with a usage section and fix some interface docs (#6988) Part of https://github.com/flutter/flutter/issues/1342281 年前
[interactive_media_ads] Adds support to define parameters that control the rendering of ads (#8057) Changes PlatformAdsManager.init(AdsManagerInitParams) to the correct shared PlatformAdsManager.init(PlatformAdsRenderingSettings?) feature. **Android:** https://developers.google.com/interactive-media-ads/docs/sdks/android/client-side/api/reference/com/google/ads/interactivemedia/v3/api/BaseManager.html#init(com.google.ads.interactivemedia.v3.api.AdsRenderingSettings) **iOS:** https://developers.google.com/interactive-media-ads/docs/sdks/ios/client-side/reference/Classes/IMAAdsManager#/c:objc(cs)IMAAdsManager(im)initializeWithAdsRenderingSettings: The platform interface and implementation aren't exposed yet, so this change should not be breaking. Fixes https://github.com/flutter/flutter/issues/1522531 年前
[interactive_media_ads] Adds support for mid-roll ads (#7407) Adds ContentProgressProvider and adds AdsRequest.contentProgressProvider field. This changes the platform interface AdsRequest to PlatformAdsRequest, so the PlatformContentProgressProvider can be passed to it. And the app-facing AdsRequest can take a ContentProgressProver. Fixes https://github.com/flutter/flutter/issues/1542611 年前
[interactive_media_ads] Adds support for mid-roll ads (#7407) Adds ContentProgressProvider and adds AdsRequest.contentProgressProvider field. This changes the platform interface AdsRequest to PlatformAdsRequest, so the PlatformContentProgressProvider can be passed to it. And the app-facing AdsRequest can take a ContentProgressProver. Fixes https://github.com/flutter/flutter/issues/1542611 年前