version constant
The Flutter version used to compile the app.
Implementation
static const String? version = bool.hasEnvironment('FLUTTER_VERSION')
    ? String.fromEnvironment('FLUTTER_VERSION')
    : null;The Flutter version used to compile the app.
static const String? version = bool.hasEnvironment('FLUTTER_VERSION')
    ? String.fromEnvironment('FLUTTER_VERSION')
    : null;