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