Get the app build number (e.g., "42")
static Future<String> getBuildNumber() async { final info = await getPackageInfo(); return info.buildNumber; }