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