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