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