0 purchases
adspostx
Adpostx flutter package
Initializing the SDK #
Adspostx partners can use the Android SDK to display overlay or embedded placements. The Android SDK is deployed using Maven and Gradle.
All use cases of the SDK follow the same initial steps to integrate and initialize the SDK. At a high level, these steps are:
Add the Adspostx Flutter package
Initialize the Adspostx
Following these steps, the execute method of the SDK can then be used in various ways to suit the required use case.
Getting started #
pubspec.yaml
dependencies:
adspostx: _latest_version
copied to clipboard
Now in your Dart code, you can use:
import 'package:adspostx/adspostx.dart';
copied to clipboard
Usage #
Adspostx.show(context: context);
copied to clipboard
Additional information #
for more info please visit https://ajithvgiri.gitbook.io/flutter-sdk-1/
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.