interactive_media_ads 0.2.2+5 interactive_media_ads: ^0.2.2+5 copied to clipboard
A Flutter plugin for using the Interactive Media Ads SDKs on Android and iOS.
0.2.2+5 #
- Changes the example app to initialize the
AdsLoader
inonContainerAdded
.
0.2.2+4 #
- Adds internal wrapper for Android native
AdProgressInfo
.
0.2.2+3 #
- Adds internal wrapper for iOS native
IMAFriendlyObstruction
.
0.2.2+2 #
- Adds internal wrapper for Android native
AdsRenderingSettings
.
0.2.2+1 #
- Bumps Android dependency
com.google.ads.interactivemedia.v3:interactivemedia
from3.34.0
to3.35.0
.
0.2.2 #
- Adds support for mid-roll ads. See
AdsRequest.contentProgressProvider
.
0.2.1 #
- Adds internal wrapper for Android native
ContentProgressProvider
.
0.2.0 #
- Adds support for pausing and resuming Ad playback. See
AdsManager.pause
andAdsManager.resume
. - Adds support to skip an Ad. See
AdsManager.skip
andAdsManager.discardAdBreak
. - Breaking Change To keep platform consistency, Android no longer continues playing an Ad
whenever it returns from an Ad click. Call
AdsManager.resume
to resume Ad playback.
0.1.2+6 #
- Fixes bug where the ad would play when the app returned to foreground during content playback.
0.1.2+5 #
- Adds internal wrapper for remaining methods of the Android native
AdsManager
.
0.1.2+4 #
- Bumps androidx.annotation:annotation from 1.8.1 to 1.8.2.
0.1.2+3 #
- Adds a contribution guide. See
CONTRIBUTING.md
.
0.1.2+2 #
- Removes dependency on org.jetbrains.kotlin:kotlin-bom.
- Updates minimum supported SDK version to Flutter 3.24/Dart 3.5.
0.1.2+1 #
- Updates README to clarify supported features and link to issues tracker.
0.1.2 #
- Adds support for all
AdEventType
s and ad data. SeeAdEvent.adData
. - Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.
0.1.1+1 #
- Fixes a typo in the formatting of the CHANGELOG.
0.1.1 #
- Adds iOS implementation.
- Adds support for setting the layout direction of the
AdDisplayContainer
.
0.1.0+2 #
- Bumps androidx.annotation:annotation from 1.7.1 to 1.8.1.
0.1.0+1 #
- Updates lint checks to ignore NewerVersionAvailable.
0.1.0 #
- Bumps
com.google.ads.interactivemedia.v3:interactivemedia
from 3.33.0 to 3.34.0. - Breaking Change Updates Android
minSdk
from 19 to 21.
0.0.2+1 #
- Updates
README
with a usage section and fix app-facing interface documentation.
0.0.2 #
- Adds Android implementation.
0.0.1+3 #
- Fixes the pub badge source.
0.0.1+2 #
- Bumps Android's androidx.annotation:annotation dependency from 1.5.0 to 1.8.0.
0.0.1+1 #
- Adds Swift Package Manager support.
0.0.1 #
- Adds platform interface for Android and iOS.