forked from nooralibutt/audience_network_flutter
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
29 lines (23 loc) · 650 Bytes
/
pubspec.yaml
File metadata and controls
29 lines (23 loc) · 650 Bytes
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
name: easy_audience_network
description:
Facebook Audience Network plugin for Flutter apps. You can show Facebook Banner
ads, Interstitial ads, Rewarded video ads and Native ads though this plugin.
version: 0.0.6
homepage: https://github.com/nooralibutt/audience_network_flutter
environment:
sdk: '>=2.12.3 <3.0.0'
flutter: '>=2.0.6'
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: com.dsi.easy_audience_network
pluginClass: FacebookAudienceNetworkPlugin
ios:
pluginClass: FacebookAudienceNetworkPlugin