Comment on page
Getting started
This page presents the first steps for using our Flutter SDKs.
When using our plugin, please make sure that you agree with our Privacy Policy and our Terms and Conditions of Use.
SDK | Dependency |
---|---|
document-detector-v6.2.0 | |
passive-face-liveness-v4.30.0 | |
face-authenticator-v3.13.0 | |
SDK | Dependency |
---|---|
passive-face-liveness-v5.0.0-rc07 | |
document-detector-v5.26.0-rc01 |
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