Add flutter version to non-verbose doctor output (#14779)
This commit is contained in:
committed by
Todd Volkert
parent
f914e701c5
commit
4f5f4222e0
@@ -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}'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user