flutter_applovin 0.0.1 copy "flutter_applovin: ^0.0.1" to clipboard
flutter_applovin: ^0.0.1 copied to clipboard

A new Flutter applovin plugin.

flutter_applovin #

A new simple Flutter applovin demonstration plugin. Currently only supports interstitials.

Note: This plugin is still under development, and some APIs might not be available yet. Feedback and Pull Requests are most welcome!

iOS #

In Runner/Info.plist add

<key>AppLovinSdkKey</key
<string>YOUR_KEY</string>

Android #

Add this in AndroidManifest.xml:

<meta-data android:name="applovin.sdk.key"
    android:value="YOUR_SDK_KEY_ANDROID"
    />

Getting Started #

Load and show interstitial ad with:

FlutterApplovin.showInterstitial;

For help getting started with Flutter, view our online documentation.

For help on editing plugin code, view the documentation.

1
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter applovin plugin.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_applovin