- Adds internal wrapper for Android native
AdsRenderingSettings
.
- Bumps Android dependency
com.google.ads.interactivemedia.v3:interactivemedia
from3.34.0
to3.35.0
.
- Adds support for mid-roll ads. See
AdsRequest.contentProgressProvider
.
- Adds internal wrapper for Android native
ContentProgressProvider
.
- 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.
- Fixes bug where the ad would play when the app returned to foreground during content playback.
- Adds internal wrapper for remaining methods of the Android native
AdsManager
.
- Bumps androidx.annotation:annotation from 1.8.1 to 1.8.2.
- Adds a contribution guide. See
CONTRIBUTING.md
.
- Removes dependency on org.jetbrains.kotlin:kotlin-bom.
- Updates minimum supported SDK version to Flutter 3.24/Dart 3.5.
- Updates README to clarify supported features and link to issues tracker.
- Adds support for all
AdEventType
s and ad data. SeeAdEvent.adData
. - Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.
- Fixes a typo in the formatting of the CHANGELOG.
- Adds iOS implementation.
- Adds support for setting the layout direction of the
AdDisplayContainer
.
- Bumps androidx.annotation:annotation from 1.7.1 to 1.8.1.
- Updates lint checks to ignore NewerVersionAvailable.
- Bumps
com.google.ads.interactivemedia.v3:interactivemedia
from 3.33.0 to 3.34.0. - Breaking Change Updates Android
minSdk
from 19 to 21.
- Updates
README
with a usage section and fix app-facing interface documentation.
- Adds Android implementation.
- Fixes the pub badge source.
- Bumps Android's androidx.annotation:annotation dependency from 1.5.0 to 1.8.0.
- Adds Swift Package Manager support.
- Adds platform interface for Android and iOS.