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';