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

Now in your Dart code, you can use:

import 'package:adspostx/adspostx.dart';

Usage


Adspostx.show(context: context);

Additional information

for more info please visit https://ajithvgiri.gitbook.io/flutter-sdk-1/