当前应用版本号
static Future<String> appVersion() async { PackageInfo packageInfo = await PackageInfo.fromPlatform(); return packageInfo.version; }