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
Libraries
- internal/api
- internal/app_config
- internal/config_manager
- internal/js_token_injector
- internal/storage
- internal/web_view
- internal/widget_events
- models/consent
- models/exeptions
- models/health-statuses/hiv_status_wkib
- models/health-statuses/hpv_vaccination_status_lanc
- models/health-statuses/hv_status_for_display
- models/health-statuses/hv_status_value
- models/health-statuses/hv_statuses_response
- models/health-statuses/hv_year_month_date
- models/health-statuses/mpox_vaccination_status_tpkx
- models/health-statuses/prep_status_9pcb
- models/health-statuses/sti_screening_status_u2pn
- models/health_connection
- models/partner_user_profile
- models/plumcheck_env
- models/verification
- models/widget_result
- sdk