PlumCheck Flutter SDK

A comprehensive Flutter package providing seamless Authorization and Identity Verification (IDV) functionalities for your iOS, Android, and macOS (ARM) applications.

Features

  • Cross-Platform Support: Works on iOS, Android, and macOS (ARM).
  • Authorization Management: Robust token handling and user login flows.
  • Identity Verification (IDV): Integrated functional workflow.

See details in Changelog

Getting started

Package available at Pub DEV Repository To add it to your project use:

flutter pub add plumcheck_flutter_sdk

To download:

flutter pub get

Usage

Instantiate the main class to access all core methods:

PlumCheckSDK sdk = PlumCheckSDK();

Note: Comprehensive details on methods like init(), authorize(), and showIDV() are available in the SDK Specification