获取包build版本
static Future<String> buildNumber() async { PackageInfo packageInfo = await getPackageInfo(); return packageInfo.buildNumber; }