Last updated:
0 purchases
signaturefingerprint
Signature Fingerprint #
Get the fingerprint signature of your app's certificate.
Especially useful for adding yet another layer of security in your API calls.
Getting Started #
Use
Add this to your package's pubspec.yaml file
dependencies:
signaturefingerprint: ^1.0.0
copied to clipboard
Install it
$ flutter pub get
copied to clipboard
Import it
import 'package:signaturefingerprint/signaturefingerprint.dart';
copied to clipboard
Use it
String androidFingerprint = await Signaturefingerprint.getSignatureFingerprint();
copied to clipboard
Platform Support #
OS
Android
License #
MIT
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.