flutter_idv 3.1.115 copy "flutter_idv: ^3.1.115" to clipboard
flutter_idv: ^3.1.115 copied to clipboard

This is a flutter module for Regula IDV. It allows you to easily integrate Regula IDV into your Flutter application. Supports Android and iOS.

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.

0
likes
135
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

This is a flutter module for Regula IDV. It allows you to easily integrate Regula IDV into your Flutter application. Supports Android and iOS.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_idv

Packages that implement flutter_idv