Regula IDV plugin for Flutter

pub package

IDV is a framework that unifies access to all Regula products.

Android Integration

In order to use this plugin, in android/app/build.gradle add kotlin-kapt plugin and enable dataBinding:

plugins {
    id "kotlin-kapt"
}

android {
    buildFeatures {
        dataBinding true
    }
}

Documentation

Support

If you have any technical questions, feel free to contact us or create issues here.

Libraries

flutter_idv
Regula IDV