frameworkRevision constant

String? const frameworkRevision

The Flutter framework revision, as a (short) Git commit ID.

Implementation

static const String? frameworkRevision = bool.hasEnvironment('FLUTTER_FRAMEWORK_REVISION')
    ? String.fromEnvironment('FLUTTER_FRAMEWORK_REVISION')
    : null;