Installation
flutter pub add fingerprint_dart_auth_sdk// filename - pubspec.yaml
dependencies:
fingerprint_dart_auth_sdk: ^0.0.2 # Replace with the latest versionflutter pub getAdd the SDK to your project
// import fingerprint_dart_auth_sdk package
import 'package:fingerprint_dart_auth_sdk/fingerprint_dart_auth_sdk.dart';
Last updated