keystore_signature 1.0.0 copy "keystore_signature: ^1.0.0" to clipboard
keystore_signature: ^1.0.0 copied to clipboard

PlatformAndroid

A Flutter plugin to retrieve Android app signature hash keys and convert them into SHA/MD5 hashes in Hex or Base64 format.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add keystore_signature

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  keystore_signature: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:keystore_signature/keystore_signature.dart';
3
likes
150
points
118
downloads

Publisher

verified publisherttangkong.dev

Weekly Downloads

A Flutter plugin to retrieve Android app signature hash keys and convert them into SHA/MD5 hashes in Hex or Base64 format.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

crypto, flutter, plugin_platform_interface

More

Packages that depend on keystore_signature

Packages that implement keystore_signature