Commit 4f5f4222 authored by Victor Choueiri's avatar Victor Choueiri Committed by Todd Volkert

Add flutter version to non-verbose doctor output (#14779)

parent f914e701
......@@ -250,7 +250,7 @@ class _FlutterValidator extends DoctorValidator {
}
return new ValidationResult(valid, messages,
statusInfo: 'on ${os.name}, locale ${platform.localeName}, channel ${version.channel}'
statusInfo: 'Channel ${version.channel}, v${version.frameworkVersion}, on ${os.name}, locale ${platform.localeName}'
);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment