emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/dart-mode c30eaa9 140/192: Specify path to the dart-sdk in


From: ELPA Syncer
Subject: [nongnu] elpa/dart-mode c30eaa9 140/192: Specify path to the dart-sdk inside of flutter
Date: Sun, 29 Aug 2021 11:02:06 -0400 (EDT)

branch: elpa/dart-mode
commit c30eaa9a8ef21a51a965544f67a454e172c9689f
Author: Brady Trainor <mail@bradyt.com>
Commit: Brady Trainor <mail@bradyt.com>

    Specify path to the dart-sdk inside of flutter
---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index c6a752f..c543433 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,9 @@ SDK. This is used to run the [Dart analysis 
server](#dart-analyzer) and the Dart
 formatter. By default, it's set by finding the `dart` executable on the system
 path.
 
+If you've installed `flutter` but not `dart`, you might try `(setq
+dart-sdk-path "/path/to/flutter/bin/cache/dart-sdk/")`.
+
 Note that user code that wants to run Dart scripts can use the
 `dart-executable-path` function to locate the `dart` executable itself in the
 SDK's `bin/` directory.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]