package_signature

Creator: coderz1093

Last updated:

Add to Cart

Description:

package signature

package_signature #
a easy way to get android package signature on flutter app.
USAGE #

get a platform signature object.

Signature? signature = await PackageSignature().signature;
copied to clipboard

get sha1 or sha256 signature.

String sha256base64 = signature.sha256base64;
String sha256hex = signature.sha256hex;
Uint8List sha256bytes = signature.sha256byte;
String sha1base64 = signature.sha1base64;
String sha1hex = signature.sha1hex;
Uint8List sha1bytes = signature.sha1bytes;
copied to clipboard
CONTRIBUTORS #
@laiiihz
@ibrahim-mubarak

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.