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

PlatformAndroid

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
130
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)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, path

More

Packages that depend on flutter_sha_fingerprint