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 to dependencies in pubspec.yaml file.

  facesdk_plugin:
    path: ./facesdk_plugin
  • 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 to settings.gradle in android folder.

iOS Setup

  • 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.

Project Setup

For project setup, run the following commands:

flutter pub get

Last updated