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