Skip to content

[interactive_media_ads] Creates and adds the interactive_media_ads plugin - #6060

Merged
auto-submit[bot] merged 88 commits into
flutter:mainfrom
bparrishMines:ima
Mar 27, 2024
Merged

[interactive_media_ads] Creates and adds the interactive_media_ads plugin#6060
auto-submit[bot] merged 88 commits into
flutter:mainfrom
bparrishMines:ima

Conversation

@bparrishMines

@bparrishMinesbparrishMines commented Feb 5, 2024

Copy link
Copy Markdown
Contributor

Part of flutter/flutter#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
bparrishMines deleted the ima branch March 27, 2024 22:32
@ditman

This comment was marked as duplicate.

@ditmanditman added the revert Label used to revert changes in a closed and merged pull request. label Mar 28, 2024
@auto-submit

Copy link
Copy Markdown
Contributor

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-submitauto-submitBot removed the revert Label used to revert changes in a closed and merged pull request. label Mar 28, 2024
@ditman

Copy link
Copy Markdown
Member

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.

@ditmanditman added the revert Label used to revert changes in a closed and merged pull request. label Mar 28, 2024
auto-submitBot pushed a commit that referenced this pull request Mar 28, 2024
@auto-submitauto-submitBot removed the revert Label used to revert changes in a closed and merged pull request. label Mar 28, 2024
auto-submitBot added a commit that referenced this pull request Mar 28, 2024
…dia_ads` plugin (#6060)" (#6417)
Reverts: #6060
Initiated by: ditman
Reason for reverting: 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](https://github.com/flutter/packag
Original PR Author: bparrishMines
Reviewed By: {stuartmorgan}
This change reverts the following previous change:
Part of flutter/flutter#134228
Initial implementation of the plugin. * Adds minimum changes to pass CI (licenses, gradle, podpec changes, etc..).
* Adds platform interface and tests for it.
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 28, 2024
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 28, 2024
auto-submitBot pushed a commit to flutter/flutter that referenced this pull request Mar 28, 2024
flutter/packages@e6b3e11...924c7e6
2024-03-28 98614782+auto-submit[bot]@users.noreply.github.com Reverts "[ci] Temporarily allow-warnings in podspec_check_command.dart (#6416)" (flutter/packages#6419)
2024-03-28 ditman@gmail.com [ci] Temporarily allow-warnings in podspec_check_command.dart (flutter/packages#6416)
2024-03-28 98614782+auto-submit[bot]@users.noreply.github.com Reverts "[interactive_media_ads] Creates and adds the `interactive_media_ads` plugin (#6060)" (flutter/packages#6417)
2024-03-27 10687576+bparrishMines@users.noreply.github.com [interactive_media_ads] Creates and adds the `interactive_media_ads` plugin (flutter/packages#6060)
2024-03-27 43054281+camsim99@users.noreply.github.com [camerax] Use `AspectRatioStrategy` to help automatic selection of expected resolution (flutter/packages#6357)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
Please CC flutter-ecosystem@google.com,rmistry@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
philipfranchi pushed a commit to philipfranchi/flutter-relabel-widgets that referenced this pull request Mar 28, 2024
flutter/packages@e6b3e11...924c7e6
2024-03-28 98614782+auto-submit[bot]@users.noreply.github.com Reverts "[ci] Temporarily allow-warnings in podspec_check_command.dart (flutter#6416)" (flutter/packages#6419)
2024-03-28 ditman@gmail.com [ci] Temporarily allow-warnings in podspec_check_command.dart (flutter/packages#6416)
2024-03-28 98614782+auto-submit[bot]@users.noreply.github.com Reverts "[interactive_media_ads] Creates and adds the `interactive_media_ads` plugin (flutter#6060)" (flutter/packages#6417)
2024-03-27 10687576+bparrishMines@users.noreply.github.com [interactive_media_ads] Creates and adds the `interactive_media_ads` plugin (flutter/packages#6060)
2024-03-27 43054281+camsim99@users.noreply.github.com [camerax] Use `AspectRatioStrategy` to help automatic selection of expected resolution (flutter/packages#6357)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
Please CC flutter-ecosystem@google.com,rmistry@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
auto-submitBot pushed a commit that referenced this pull request Mar 28, 2024
…a_ads plugin #6060" (#6425)
Relands #6060 with the addition of the `multidexEnabled` as mentioned in #6417.
See #6417 for revert
Part of flutter/flutter#134228
creatorpiyush pushed a commit to creatorpiyush/packages that referenced this pull request Jun 10, 2026
…plugin (flutter#6060)
Part of flutter/flutter#134228
Initial implementation of the plugin. * Adds minimum changes to pass CI (licenses, gradle, podpec changes, etc..).
* Adds platform interface and tests for it.
creatorpiyush pushed a commit to creatorpiyush/packages that referenced this pull request Jun 10, 2026
…dia_ads` plugin (flutter#6060)" (flutter#6417)
Reverts: flutter#6060
Initiated by: ditman
Reason for reverting: 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](https://github.com/flutter/packag
Original PR Author: bparrishMines
Reviewed By: {stuartmorgan}
This change reverts the following previous change:
Part of flutter/flutter#134228
Initial implementation of the plugin. * Adds minimum changes to pass CI (licenses, gradle, podpec changes, etc..).
* Adds platform interface and tests for it.
creatorpiyush pushed a commit to creatorpiyush/packages that referenced this pull request Jun 10, 2026
…a_ads plugin flutter#6060" (flutter#6425)
Relands flutter#6060 with the addition of the `multidexEnabled` as mentioned in flutter#6417.
See flutter#6417 for revert
Part of flutter/flutter#134228
bisor0627 pushed a commit to bisor0627/packages that referenced this pull request Jun 19, 2026
…plugin (flutter#6060)
Part of flutter/flutter#134228
Initial implementation of the plugin. * Adds minimum changes to pass CI (licenses, gradle, podpec changes, etc..).
* Adds platform interface and tests for it.
bisor0627 pushed a commit to bisor0627/packages that referenced this pull request Jun 19, 2026
…dia_ads` plugin (flutter#6060)" (flutter#6417)
Reverts: flutter#6060
Initiated by: ditman
Reason for reverting: 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](https://github.com/flutter/packag
Original PR Author: bparrishMines
Reviewed By: {stuartmorgan}
This change reverts the following previous change:
Part of flutter/flutter#134228
Initial implementation of the plugin. * Adds minimum changes to pass CI (licenses, gradle, podpec changes, etc..).
* Adds platform interface and tests for it.
bisor0627 pushed a commit to bisor0627/packages that referenced this pull request Jun 19, 2026
…a_ads plugin flutter#6060" (flutter#6425)
Relands flutter#6060 with the addition of the `multidexEnabled` as mentioned in flutter#6417.
See flutter#6417 for revert
Part of flutter/flutter#134228
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmitMerge PR when tree becomes green via auto submit Appplatform-androidplatform-ios

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@bparrishMines@Rohan487@ditman@stuartmorgan-g@zoeyfan