How to Install and Use Oz Flutter Plugin
Installation and Licensing
ozsdk: ^8.22.0 ozsdk:
git:
url: https://gitlab.com/oz-forensics/oz-mobile-flutter-plugin.git
ref: '8.8.2'assets
- assets/license.json // please note that the license file name must match to the one placed in assetsallprojects {
repositories {
google()
mavenCentral()
maven { url ‘https://ozforensics.jfrog.io/artifactory/main’ } // repository URL
}
}Getting Started with Flutter
Initializing SDK
Connecting SDK to API
Capturing Videos
Checking Liveness and Face Biometry
Last updated
Was this helpful?
