pointpub_sdk 1.0.0 copy "pointpub_sdk: ^1.0.0" to clipboard
pointpub_sdk: ^1.0.0 copied to clipboard

A Flutter OfferWall SDK for Android and iOS that enables apps to show reward-based campaigns and manage virtual points through a unified cross-platform API.

pointpub_sdk #

PointPub Flutter Plugin for Android and iOS

Requirements #

The minimum requirements for the PointPub SDK for Flutter are:

  • Dart 3.5.0 or later
  • Flutter 3.0.0 or later

SDK Guide #

You can find the SDK integration details in the integration guide.

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Step 1: Install packages #

  • Run this command
$ flutter pub add pointpub_sdk
  • or Add following dependency in pubspec.yaml.
dependencies:
pointpub_sdk: ^1.0.0
  • Run flutter pub get command in your project directory.

Step 2: Use the PointPub SDK in Flutter #

import 'package:pointpub_sdk/pointpub_sdk.dart';
0
likes
140
points
252
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter OfferWall SDK for Android and iOS that enables apps to show reward-based campaigns and manage virtual points through a unified cross-platform API.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on pointpub_sdk

Packages that implement pointpub_sdk