flutter_sha_fingerprint 0.0.2 copy "flutter_sha_fingerprint: ^0.0.2" to clipboard
flutter_sha_fingerprint: ^0.0.2 copied to clipboard

A Flutter plugin to get the SHA-1 and SHA-256 fingerprints of the app.

flutter_sha_fingerprint #

Easily print SHA-1 and SHA-256 fingerprints of your app signature directly from Flutter using:

dart run flutter_sha_fingerprint

import 'package:flutter_sha_fingerprint/flutter_sha_fingerprint.dart';

void main() async {
  // Get and print SHA-1 and SHA-256 fingerprints
  await FlutterShaFingerprint.getFingerprints();
}
33
likes
0
points
193
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to get the SHA-1 and SHA-256 fingerprints of the app.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, path

More

Packages that depend on flutter_sha_fingerprint