FlutterVersion class abstract final

Details about the Flutter version this app was compiled with, corresponding to the output of flutter --version.

When this Flutter version was build from a fork, or when Flutter runs in a custom embedder, these values might be unreliable.

See also:

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

channel → const String?
The Flutter channel used to compile the app.
dartVersion → const String?
The Dart version used to compile the app.
engineRevision → const String?
The Flutter engine revision.
frameworkRevision → const String?
The Flutter framework revision, as a (short) Git commit ID.
gitUrl → const String?
The URL of the Git repository from which Flutter was obtained.
version → const String?
The Flutter version used to compile the app.