Skip to main content
Fingerprint Flutter is an official open-source library for the Flutter ecosystem. The package is also published at pub.dev package repository. This library supports Android, iOS, and web platforms. View our Flutter quickstart for a step-by-step guide to get started.

Requirements

The Flutter SDK uses the Android and iOS SDKs under the hood, so it has the same minimum OS version requirements:
  • Android 5.0 (API level 21+) or higher
  • iOS 13+/tvOS 15+, Swift 5.7 or higher
  • Flutter 3.13 or higher
  • Dart 3.3 or higher

1. Install the plugin

Add fpjs_pro_plugin to the pubspec.yaml file in your Flutter app:
YAML
Run flutter pub get to download and install the package. To use this plugin on the web, add the JavaScript agent loader <script> tag to the <head> of your HTML template inside the web/index.html file:
HTML

2. Identify visitors

Dart

Documentation

You can find the full documentation in the official GitHub repository. The repository also contains an example app demonstrating usage of the library.