appVersion property

String? get appVersion

The application version.

This is read from the version key in the pubspec.yaml file.

Implementation

static String? get appVersion => _pubspec['version'].split('+').first;