plus_plugins
plus_plugins copied to clipboard
Looking forward to iOS and macbook packageInfo.buildSignature can also return the correct value
trafficstars
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