获取Version
Future<String> getVersion() async { PackageInfo packageInfo = await getPackageInfo(); return packageInfo.version; }