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

A Flutter plugin for integrating Veriff identity verification. Supports Android, iOS, and Web platforms.

Veriff Flutter Plugin #

A Flutter plugin for integrating Veriff identity verification into your Flutter applications. This plugin wraps the official Veriff SDKs for native platforms and extends support to the web platform.

Supported Platforms #

Platform Support
Android
iOS
Web

Features #

  • Seamless integration with Veriff identity verification
  • Uses the official Veriff SDK for Android and iOS
  • Extended web platform support via Veriff JS SDK
  • Unified API across all platforms

Installation #

Add this to your package's pubspec.yaml file:

dependencies:
  veriff_flutter_plugin: ^1.0.0

Then run:

flutter pub get

Usage #

import 'package:veriff_flutter_plugin/veriff_flutter_plugin.dart';

// Start verification session
await VeriffFlutterPlugin.startVerification(sessionUrl: 'YOUR_SESSION_URL');

Platform-Specific Setup #

Android #

No additional setup required. The plugin uses the official Veriff Android SDK.

iOS #

No additional setup required. The plugin uses the official Veriff iOS SDK.

Web #

The plugin automatically loads the Veriff JS SDK. Make sure your web app is served over HTTPS in production.

License #

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing #

Contributions are welcome! Please feel free to submit a Pull Request.

0
likes
160
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for integrating Veriff identity verification. Supports Android, iOS, and Web platforms.

Repository (GitHub)
View/report issues

Topics

#veriff #identity-verification #kyc #authentication #biometrics

Documentation

API reference

License

MIT (license)

Dependencies

flutter, veriff_flutter_plugin_platform_interface, veriff_flutter_plugin_web

More

Packages that depend on veriff_flutter_plugin

Packages that implement veriff_flutter_plugin