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