Future<String> latestVersion() async { try { return await pubUpdater.getLatestVersion(pkg.pkg); } catch (_) { return pkg.version; } }