Commit 8ee902c0 authored by Devon Carew's avatar Devon Carew Committed by GitHub

rev the min. recommended flutter plugin version (#11501)

parent 93a98327
......@@ -255,7 +255,7 @@ abstract class IntelliJValidator extends DoctorValidator {
};
static final Version kMinIdeaVersion = new Version(2017, 1, 0);
static final Version kMinFlutterPluginVersion = new Version(14, 0, 0);
static final Version kMinFlutterPluginVersion = new Version(16, 0, 0);
static Iterable<DoctorValidator> get installedValidators {
if (platform.isLinux || platform.isWindows)
......
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