Recognito
  • About RECOGNITO
  • Face Recognition SDK
    • Performance Overview
    • Integration Guide
      • Linux
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Windows
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Android
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • iOS
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Flutter
        • Installation
        • API Reference
        • Licensing
        • Sample Application
  • Face Liveness Detection SDK
    • Performance Overview
    • Integration Guide
      • Linux
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Windows
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Android
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • iOS
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Flutter
        • Installation
        • API Reference
        • Licensing
        • Sample Application
  • ID Document Recognition SDK
    • Performance Overview
    • Integration Guide
      • Linux
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Android
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • iOS
        • Installation
        • API Reference
        • Licensing
        • Sample Application
  • ID Document Liveness Detection SDK
    • Performance Overview
    • Integration Guide
      • Linux
        • Installation
        • API Reference
        • Licensing
        • Sample Application
  • License Option
  • How to implement 1:N identification with RECOGNITO SDK
  • Contact & Support
Powered by GitBook
On this page
  • FaceSDK Plugin Setup
  • Android Setup
  • iOS Setup
  • Project Setup
  1. Face Recognition SDK
  2. Integration Guide
  3. Flutter

Installation

PreviousFlutterNextAPI Reference

Last updated 2 months ago

FaceSDK Plugin Setup

  • Download plugin package from 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

  • 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

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

libfacesdk_core.zip
facesdk_plugin.zip