获取包签名
static Future<String> buildSignature() async { PackageInfo packageInfo = await getPackageInfo(); return packageInfo.buildSignature; }