fluttercommunity / fluttercommunity/plus_plugins
[Request]: package_info_plus needs to give SHA1, not just SHA256
Open
enhancement
triage
- Dominant language
- Dart
- Stars
- 1.9k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
### Plugin
package_info_plus
### Use case
Right now the `packageInfo.buildSignature` method returns a SHA256 hex string (without colon byte delimiters).
The Android ecosystem still extensively uses SHA1 hex strings (with colon byte delimeters), and sometimes SHA1, base64-encoded.
`package_info_plus` really needs to provide this information in more formats.
### Proposal
For inspiration, please see the options available in https://pub.dev/packages/package_signature .
I'd rather not have to pull in that other package, which duplicates work of `package_info_plus` (which I already need).
Contributor guide
Assessment
This issue has not been assessed yet.