Installating the SDK
Last updated
Last updated
Ensure you have Flutter installed and set up in your environment. For installation instructions, visit the .
Clone the Face Authenticator Flutter bridge repository into your project:
Place the cloned folder (FaceAuthenticatorFlutter
) within your project's directory structure.
Update your pubspec.yaml
file to include the FaceAuthenticatorFlutter
dependencies. For example:
Adjust the path
to match the location of the face_auth
package relative to your project.
A pubspec.yaml
sample can be seen in the