branch: elpa/dart-mode
commit c30eaa9a8ef21a51a965544f67a454e172c9689f
Author: Brady Trainor <[email protected]>
Commit: Brady Trainor <[email protected]>

    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