MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / showFlutterActivationFailure

Method showFlutterActivationFailure

src/extension/sdk/utils.ts:88–96  ·  view source on GitHub ↗
(commandToReRun?: string)

Source from the content-addressed store, hash-verified

86 );
87 }
88 public showFlutterActivationFailure(commandToReRun?: string) {
89 void this.showSdkActivationFailure(
90 "Flutter",
91 (p) => this.findFlutterSdk(p),
92 FLUTTER_DOWNLOAD_URL,
93 (p) => config.setGlobalFlutterSdkPath(p),
94 commandToReRun,
95 );
96 }
97 public showDartActivationFailure(commandToReRun?: string) {
98 void this.showSdkActivationFailure(
99 "Dart",

Calls 3

findFlutterSdkMethod · 0.95

Tested by

no test coverage detected