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