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

Method flutterWidgetPreviewLogFile

src/extension/config.ts:150–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148 get flutterShowWebServerDevice(): "remote" | "always" { return this.getConfig<"remote" | "always">("flutterShowWebServerDevice", "remote"); }
149 get flutterWebRenderer(): "flutter-default" | "canvaskit" | "html" | "auto" { return this.getConfig<"flutter-default" | "canvaskit" | "html" | "auto">("flutterWebRenderer", "flutter-default"); }
150 get flutterWidgetPreviewLogFile(): undefined | string { return createFolderForFile(insertWorkspaceName(resolvePaths(this.getConfig<null | string>("flutterWidgetPreviewLogFile", null)))); }
151 get getDartSdkCommand(): undefined | GetSDKCommandConfig { return this.getConfig<null | GetSDKCommandConfig>("getDartSdkCommand", null); }
152 get getFlutterSdkCommand(): undefined | GetSDKCommandConfig { return this.getConfig<null | GetSDKCommandConfig>("getFlutterSdkCommand", null); }
153 get hotReloadOnSave(): "never" | "manual" | "manualIfDirty" | "all" | "allIfDirty" {

Callers

nothing calls this directly

Calls 4

getConfigMethod · 0.95
createFolderForFileFunction · 0.90
insertWorkspaceNameFunction · 0.90
resolvePathsFunction · 0.90

Tested by

no test coverage detected