版本名
static Future<String> getVersionName() async { PackageInfo packageInfo = await PackageInfo.fromPlatform(); return packageInfo.version; }