文件最后提交记录最后更新时间
Ensure Example Packages Work on Android API 36 (#9241) Ensured the example plugin apps on Android work on Android API 36 by updating configurations and sucessfully running flutter build apk (means the app can successfully build + all dependencies are resolvable). For compatibility with Android API 36, the example plugin apps on Android should have the following configurations: targetSdk: 36 compileSdk: 36 AGP version: 8.9.1 Gradle version: 8.11.1 Most packages no longer require a manual bump of targetSdk and compileSdk due to usage of values from Flutter Gradle Plugin. Below is a list of example plugin apps on Android: Partially Adresses https://github.com/flutter/flutter/issues/163071 ## 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] Reland "Creates and adds the interactive_media_ads plugin #6060" (#6425) Relands https://github.com/flutter/packages/pull/6060 with the addition of the multidexEnabled as mentioned in https://github.com/flutter/packages/pull/6417. See https://github.com/flutter/packages/pull/6417 for revert Part of https://github.com/flutter/flutter/issues/1342282 年前
[interactive_media_ads] Adds wrappers for native IMA settings (#9481) [IMASettings.enabledBackgroundPlayback](https://developers.google.com/interactive-media-ads/docs/sdks/ios/client-side/reference/Classes/IMASettings#enablebackgroundplayback) is needed to add support for https://github.com/flutter/flutter/issues/153447 on iOS. This just adds all the flags for IMASettings and ImaSdkSettings for both platforms. ## 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.10 个月前
[interactive_media_ads] Adds support for companion ads (#9260) Fixes https://github.com/flutter/flutter/issues/153446 Adds CompanionAdSlot and AdDisplayContainer(companionAds). ## 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.11 个月前
[interactive_media_ads] Reland "Creates and adds the interactive_media_ads plugin #6060" (#6425) Relands https://github.com/flutter/packages/pull/6060 with the addition of the multidexEnabled as mentioned in https://github.com/flutter/packages/pull/6417. See https://github.com/flutter/packages/pull/6417 for revert Part of https://github.com/flutter/flutter/issues/1342282 年前
[interactive_media_ads] Reland "Creates and adds the interactive_media_ads plugin #6060" (#6425) Relands https://github.com/flutter/packages/pull/6060 with the addition of the multidexEnabled as mentioned in https://github.com/flutter/packages/pull/6417. See https://github.com/flutter/packages/pull/6417 for revert Part of https://github.com/flutter/flutter/issues/1342282 年前
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

Platform Implementation Test App

This is a test app for manual testing and automated integration testing of this platform implementation. It is not intended to demonstrate actual use of this package, since the intent is that plugin clients use the app-facing package.

Unless you are making changes to this implementation package, this example is very unlikely to be relevant.