packages icon indicating copy to clipboard operation
packages copied to clipboard

[interactive_media_ads] Creates and adds the `interactive_media_ads` plugin

Open bparrishMines opened this issue 1 year ago • 2 comments

Part of https://github.com/flutter/flutter/issues/134228

Initial implementation of the plugin.

  • Adds minimum changes to pass CI (licenses, gradle, podpec changes, etc..).
  • Adds platform interface and tests for it.

Pre-launch Checklist

If you need help, consider asking for advice on the #hackers-new channel on Discord.

bparrishMines avatar Feb 05 '24 20:02 bparrishMines

cc @harold1208

bparrishMines avatar Feb 20 '24 01:02 bparrishMines

hey there, this plugin is ready? , I would like to test it on my own App as soon as possible

thanks

Rohan487 avatar Mar 10 '24 05:03 Rohan487

This is consistently breaking in main with:

BUILD FAILED in 1m 2s

01:03 +0: loading /b/s/w/ir/x/w/packages/packages/interactive_media_ads/example/integration_test/interactive_media_ads_test.dart
Running Gradle task 'assembleDebug'...                             63.0s

[!] App requires Multidex support

ditman avatar Mar 28 '24 01:03 ditman

A reason for requesting a revert of flutter/packages/6060 could not be found or the reason was not properly formatted. Begin a comment with 'Reason for revert:' to tell the bot why this issue is being reverted.

auto-submit[bot] avatar Mar 28 '24 02:03 auto-submit[bot]

Reason for revert: This is consistently breaking in main with:

BUILD FAILED in 1m 2s

01:03 +0: loading /b/s/w/ir/x/w/packages/packages/interactive_media_ads/example/integration_test/interactive_media_ads_test.dart
Running Gradle task 'assembleDebug'...                             63.0s

[!] App requires Multidex support

It probably needs something like this, but I'm not sure the android tests run in presubmit.

ditman avatar Mar 28 '24 02:03 ditman