forked from flutter/packages
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
37 lines (32 loc) · 1.1 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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.2.3+3 # 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`
environment:
sdk: ^3.5.0
flutter: ">=3.24.0"
flutter:
plugin:
platforms:
android:
package: dev.flutter.packages.interactive_media_ads
pluginClass: InteractiveMediaAdsPlugin
dartPluginClass: AndroidInteractiveMediaAds
ios:
pluginClass: InteractiveMediaAdsPlugin
dartPluginClass: IOSInteractiveMediaAds
dependencies:
flutter:
sdk: flutter
meta: ^1.10.0
dev_dependencies:
build_runner: ^2.1.4
flutter_test:
sdk: flutter
mockito: ^5.4.4
pigeon: ^22.6.1
topics:
- ads