Getting Started

This section will guide you through the prerequisites, installation and essential steps to set up and initialize the Fingerprint Dart Auth SDK within your project.

If you want to use the Fingerprint Dart Auth SDK for implementing a Fingerprint authentication in your Dart or Flutter projects follow the instructions on how to set up the auth SDK.

Prerequisites

Set up a Fingerprint project and service account

To use the Fingerprint Dart Auth SDK, you'll need the following:

  • A Fingerprint Project

  • A Fingerprint Admin SDK service account to communicate with Fingerprint. This service account is created automatically when you create a Fingerprint project or add Fingerprint to a Google Cloud project.

  • A configuration file with your service account's credentials.

If you don't already have a Fingerprint project, you need to create one in the Fingerprint consolearrow-up-right.

Set up a Flutter project

To use the Fingerprint Dart Auth SDK, you'll need to set up a basic Flutter project.

If you don't already have a Flutter project, you need to create one in the console.

Create a Flutter project

  1. Run the following command in the console to create a Flutter project from your terminal.

This will create a project directory with the basic project files and dependencies.

  1. Navigate into the project directory:

For more details on how to set up your Flutter project from VS Code, Android Studio or IntelliJ, read thisarrow-up-right

The next step is to install the Fingerprint Dart Auth SDK in your project. Check how to install here

Last updated