Installation
FaceSDK Plugin Setup
Download plugin package from facesdk_plugin.zip and extract to the root folder of your flutter project.

Add
facesdk_plugin
package todependencies
inpubspec.yaml
file.

Import
facesdk_plugin
package in dart files.

Android Setup
Download Android SDK from libfacesdk_core.zip and extract to
android
folder in your flutter project.

Add
libfacesdk
tosettings.gradle
in android folder.

iOS Setup
iOS SDK
facesdk.framework
is already included in thefacesdk_plugin
package, so you don't need to download and import it into your project.

Project Setup
For project setup, run the following commands:
Last updated