bundleShortVersionString property
Bundle short version string (CFBundleShortVersionString).
The user-visible version string for the application. Follows semantic versioning conventions and is displayed to users in the App Store and device settings.
Example: "1.2.3" or "2024.1.0"
Implementation
final String? bundleShortVersionString;