Skip to content

Commit 4f5f422

Browse files
xqwztstvolkert
authored andcommitted
Add flutter version to non-verbose doctor output (flutter#14779)
1 parent f914e70 commit 4f5f422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_tools/lib/src/doctor.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ class _FlutterValidator extends DoctorValidator {
250250
}
251251

252252
return new ValidationResult(valid, messages,
253-
statusInfo: 'on ${os.name}, locale ${platform.localeName}, channel ${version.channel}'
253+
statusInfo: 'Channel ${version.channel}, v${version.frameworkVersion}, on ${os.name}, locale ${platform.localeName}'
254254
);
255255
}
256256
}

0 commit comments

Comments
 (0)