fluttercommunity / fluttercommunity/plus_plugins
Looking forward to iOS and macbook packageInfo.buildSignature can also return the correct value
- 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)
just in Android.
package_info_plus already has the basic functionality, why not just extend it to also deliver the signing key hash for iOS, and make it cross-platform? The signing key is also used to lock down Apple APIs. (Although they use only one key for debug and release, unlike Android.)
### Proposal
Looking forward to iOS and macbook packageInfo.buildSignature can also return the correct value
https://github.com/fluttercommunity/plus_plugins/issues/2940
Contributor guide
Assessment
This issue has not been assessed yet.