version property

String version
final

The package version. Generated from the version in pubspec.yaml.

  • CFBundleShortVersionString on iOS and macOS.
  • versionName on Android.
  • version from version.json on Web and Linux.
  • ProductVersion from the compiled executable file on Windows.

Implementation

final String version;