Get the app version string (e.g., "1.0.0")
static Future<String> getVersion() async { final info = await getPackageInfo(); return info.version; }