Skip to content

Commit

Permalink
[interactive_media_ads] Updates readme to clarify currently supported…
Browse files Browse the repository at this point in the history
… features (#7398)
  • Loading branch information
bparrishMines authored Aug 16, 2024
1 parent b60ff4a commit e11be1a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/interactive_media_ads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 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. See `AdEvent.adData`.
Expand Down
6 changes: 5 additions & 1 deletion packages/interactive_media_ads/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ a separate video player positioned on top of the app's content video player.
|-------------|---------|-------|
| **Support** | SDK 21+ | 12.0+ |

**This package is still in development.**
**NOTE:**
* The initial release for this package supports linear pre-roll video ads on iOS and Android
* platforms.
* Companion ads, Background Audio ads and Google Dynamic Ad Insertion methods are currently not
* supported.

## IMA client-side overview

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class AdsRequestProxyApi(override val pigeonRegistrar: ProxyApiRegistrar) :
*
* This must match the version in pubspec.yaml.
*/
const val pluginVersion = "0.1.2"
const val pluginVersion = "0.1.2+1"
}

override fun setAdTagUrl(pigeon_instance: AdsRequest, adTagUrl: String) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class AdsRequestProxyAPIDelegate: PigeonApiDelegateIMAAdsRequest {
/// The current version of the `interactive_media_ads` plugin.
///
/// This must match the version in pubspec.yaml.
static let pluginVersion = "0.1.2"
static let pluginVersion = "0.1.2+1"

func pigeonDefaultConstructor(
pigeonApi: PigeonApiIMAAdsRequest, adTagUrl: String, adDisplayContainer: IMAAdDisplayContainer,
Expand Down
2 changes: 1 addition & 1 deletion packages/interactive_media_ads/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: interactive_media_ads
description: A Flutter plugin for using the Interactive Media Ads SDKs on Android and iOS.
repository: https://github.com/flutter/packages/tree/main/packages/interactive_media_ads
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+interactive_media_ads%22
version: 0.1.2 # This must match the version in
version: 0.1.2+1 # This must match the version in
# `android/src/main/kotlin/dev/flutter/packages/interactive_media_ads/AdsRequestProxyApi.kt` and
# `ios/interactive_media_ads/Sources/interactive_media_ads/AdsRequestProxyAPIDelegate.swift`

Expand Down

0 comments on commit e11be1a

Please sign in to comment.