Installation
Last updated
Last updated
Download plugin package from facesdk_plugin.zip and extract to the root folder of your flutter project.
Add facesdk_plugin
package to dependencies
in pubspec.yaml
file.
Import facesdk_plugin
package in dart files.
Download Android SDK from libfacesdk_core.zip and extract to android
folder in your flutter project.
Add libfacesdk
to settings.gradle
in android folder.
iOS SDK facesdk.framework
is already included in the facesdk_plugin
package, so you don't need to download and import it into your project.
For project setup, run the following commands: