version property

String get version

包版本. iOS中的CFBundleShortVersionString, Android中的versionName.

Implementation

static String get version => _packageInfo.version;