interactive_media_ads 0.1.2+6
interactive_media_ads: ^0.1.2+6 copied to clipboard
A Flutter plugin for using the Interactive Media Ads SDKs on Android and iOS.
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.