adspostx 3.0.2 copy "adspostx: ^3.0.2" to clipboard
adspostx: ^3.0.2 copied to clipboard

The Adspostx Flutter package enables you to integrate Adspostx into your native Android mobile apps to drive more value from—and for—your customers. The SDK is built to be lightweight, secure, and sim [...]

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/

0
likes
120
pub points
0%
popularity

Publisher

unverified uploader

The Adspostx Flutter package enables you to integrate Adspostx into your native Android mobile apps to drive more value from—and for—your customers. The SDK is built to be lightweight, secure, and simple to integrate and maintain, resulting in minimal lift for your engineering team.

Homepage

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, webview_flutter

More

Packages that depend on adspostx