Future<String> getVersionName() async { final PackageInfo packageInfo = await PackageInfo.fromPlatform(); return packageInfo.version; }