vdung7 / startapp_flutter_plugin

Flutter plugin for StartApp SDK
https://pub.dev/packages/startapp
Apache License 2.0
12 stars 9 forks source link
adnetwork flutter-plugin startapp startapp-flutter-plugin startapp-sdk

Flutter - StartApp SDK Plugin

Flutter plugin for StartApp SDK.

Currently, this plugin only support Android platform. The plugin is my weekend project, so any contributes to make it better are welcome.

How to use the plugin

Base on StartApp SDK document

Add following meta-data tag with your StartApp App Id under the section in your manifest file:

<meta-data android:name="com.startapp.sdk.APPLICATION_ID" android:value="startapp_app_id" />

If you want to disable return ads (they are enabled by default) please add following meta-data tag:

<meta-data android:name="com.startapp.sdk.RETURN_ADS_ENABLED" android:value="false" />

If you want to disable splash ads (they are enabled by default) please add following meta-data tag:

<meta-data android:name="vn.momo.plugin.startapp.SPLASH_AD_ENABLED" android:value="false" />

// StartApp AdBanner as widget AdBanner(),


* Load interstitial ad
```dart
import 'package:startapp/startapp.dart';
...
await StartApp.showInterstitialAd();

Support

If this package was helpful to you in delivering on your project or you just wanna to support this project, a cup of coffee would be highly appreciated ;-)

Buy me a coffee