Installation

To use the Fingerprint Dart Admin SDK, fingerprint_dart_auth_sdk, you'll need to install it in your Flutter project.

You can use the command line or manually edit your pubspec.yaml file.

flutter pub add fingerprint_dart_auth_sdk

The above steps will install the package in the fingerprint_dart_auth_sdk project.

Add the SDK to your project

To use the package in your Flutter app, import it into the lib/main.dart file.

// import fingerprint_dart_auth_sdk package
import 'package:fingerprint_dart_auth_sdk/fingerprint_dart_auth_sdk.dart';

The fingerprint_dart_auth_sdk package is ready for use after importing into your main.dart file.

Last updated