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