diff --git a/docs-preview-838/options.html b/docs-preview-838/options.html index 8c636eff..63736ff9 100644 --- a/docs-preview-838/options.html +++ b/docs-preview-838/options.html @@ -14307,15 +14307,16 @@ boolean

Whether to patch flutter-tools so that it doesn’t resolve -symlinks when detecting flutter path.

This is required if you want to use a flutter package built with nix. -If you are using a flutter SDK installed from a different source -and encounter the error “dart missing from PATH”, disable this option.

+symlinks when detecting flutter path.

Note

This is required if flutterPackage is set to null and the flutter +package in your PATH was built with Nix. If you are using a flutter +SDK installed from a different source and encounter the error “dart +missing from PATH”, leave this option disabled.

Type: boolean

Default: -true

+false

Declared by:

@@ -14443,6 +14444,30 @@ string

Default: "■"

+

Declared by:

+
+ +
+ +<nvf/modules/plugins/languages/dart.nix> + +
+
+
+ + vim.languages.dart.flutter-tools.flutterPackage + + +
+
+

Flutter package, or null to detect the flutter path at runtime instead.

+ +

Type: +null or package

+ +

Default: +<derivation flutter-wrapped-3.29.2-sdk-links>

+

Declared by: