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