flutter_smartface 0.5.1 copy "flutter_smartface: ^0.5.1" to clipboard
flutter_smartface: ^0.5.1 copied to clipboard

PlatformAndroid

Smartface App FFI plugin project.

Flutter SmartFace Plugin Installation Guide #

This guide outlines the necessary steps to get the SmartFace Flutter plugin up and running on your Android device.

Table of Contents #

Download Native Libraries #

  1. Download the native libraries from this Google Drive link.

Unzip to libs Folder #

  1. After downloading the libs.zip file, unzip it.

    unzip path/to/downloaded/libs.zip -d path/to/flutter_project/android/
    

Modify android/app/build.gradle #

  1. Open your android/build.gradle file and add the following lines inside it:

    project(':flutter_smartface') {
        ext.libsDir = rootProject.file('libs')
    }
    

    Make sure to sync your project after adding this line.

Get Credentials #

  1. To complete the setup, you'll need specific credentials for the SmartFace service. Please contact the support team to obtain these credentials.

Congratulations, you've successfully set up the SmartFace Flutter plugin for Android! If you encounter any issues, please refer to the troubleshooting section or contact support.

0
likes
130
pub points
40%
popularity

Publisher

unverified uploader

Smartface App FFI plugin project.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_secure_storage, fpdart, permission_handler, plugin_platform_interface

More

Packages that depend on flutter_smartface