Download plugin package from facesdk_plugin.ziparrow-up-right and extract to the root folder of your flutter project.
Add facesdk_plugin package to dependencies in pubspec.yaml file.
facesdk_plugin
dependencies
pubspec.yaml
Import facesdk_plugin package in dart files.
Download Android SDK from libfacesdk_core.ziparrow-up-right and extract to android folder in your flutter project.
android
Add libfacesdk to settings.gradle in android folder.
libfacesdk
settings.gradle
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.
facesdk.framework
For project setup, run the following commands:
Last updated 22 days ago
facesdk_plugin: path: ./facesdk_plugin
flutter pub get