static Future<int> get buildNumber async { final packageInfo = await PackageInfo.fromPlatform(); return int.tryParse(packageInfo.buildNumber) ?? 0; }