flutter_idv 3.1.115
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 #
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.