For the complete documentation index, see llms.txt. This page is also available as Markdown.

Flutter SDK

Welcome to the Identomat Flutter SDK documentation! Here, you'll find everything you need to integrate our ID verification and KYC/AML solutions into your Flutter application seamlessly.

Latest release: Version 0.0.16

Overview

The Identomat Flutter SDK provides a Flutter interface for starting an Identomat verification session in a mobile application using a session key.

The SDK is responsible for:

  • Initializing the Identomat verification flow

  • Launching the verification UI

  • Communicating with the native Identomat implementation

Getting started

Depend on it

Run this command:

 $ flutter pub add identomat_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

In your Dart code, you can use:

Example

example/lib/main.dart

Last updated

Was this helpful?