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