Ask or search…
K
Links
Comment on page

Getting started

This page presents the first steps for using our Flutter SDKs.
Example code can be found on our GitHub.

Privacy Policy and Terms & Conditions of Use

When using our plugin, please make sure that you agree with our Privacy Policy and our Terms and Conditions of Use.

Current Versions

Stable

SDK
Dependency
document-detector-v6.2.0
passive-face-liveness-v4.30.0
face-authenticator-v3.13.0
pub.dev
pub.dev

Release candidate

SDK
Dependency
passive-face-liveness-v5.0.0-rc07
document-detector-v5.26.0-rc01

ProGuard settings

If you use ProGuard or a similar tool that includes shrink or obfuscation rules in your project, you may need to add these exceptions for our SDKs to work properly.
-keep class com.combateafraude.** { *; }
-keep interface com.combateafraude.** { *; }
-keepclassmembers class com.combateafraude.** { *; }
Last modified 10d ago