You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Emacs Dart IDE using [lsp-mode](https://github.com/emacs-lsp/lsp-mode) to connect to [Dart Analysis Server](https://github.com/dart-lang/sdk/tree/master/pkg/analysis_server).
6
6
@@ -17,8 +17,12 @@ An example with a minimal configuration to start using `lsp-dart`:
17
17
:hook (dart-mode . lsp))
18
18
```
19
19
20
+
<imgwidth="22"alt="flutter_logo"src="https://user-images.githubusercontent.com/7820865/78991346-1aa57b80-7b0f-11ea-9992-25cd1a9ac974.png"> If you want to work with [Flutter](https://flutter.dev/), there are other packages that may help. See [Additional packages](#additional-packages) for more info.
21
+
20
22
## Features
21
-
Beside the `lsp-mode` features, `lsp-dart` implements the [`dart_analysis_server` custom methods](https://github.com/dart-lang/sdk/blob/master/pkg/analysis_server/tool/lsp_spec/README.md#custom-methods) features too.
23
+
Besides the lsp-mode features, lsp-dart implements the custom methods features from the dart_analysis_server too.
24
+
25
+
Besides the `lsp-mode` features, `lsp-dart` implements the [custom methods features from the `dart_analysis_server`](https://github.com/dart-lang/sdk/blob/master/pkg/analysis_server/tool/lsp_spec/README.md#custom-methods).
22
26
23
27
**Closing labels**
24
28
@@ -53,10 +57,12 @@ Beside the `lsp-mode` features, `lsp-dart` implements the [`dart_analysis_server
53
57
*[lsp-ui](https://github.com/emacs-lsp/lsp-ui) : Flycheck, documentation and code actions support.
54
58
*[company-lsp](https://github.com/tigersoldier/company-lsp) : LSP company backend.
55
59
*[lsp-treemacs](https://github.com/emacs-lsp/lsp-treemacs) : `lsp-mode` GUI controls implemented using treemacs.
60
+
*[flutter.el](https://github.com/amake/flutter.el) : Tool to run emulator and tests from emacs.
61
+
*[hover.el](https://github.com/ericdallo/hover.el) : Tool to run flutter mobile apps from desktop without the need of an emulator.
56
62
57
63
## FAQ
58
64
59
-
*Q. Emacs can't find my package, it keeps searching up until the dart root package folder.
65
+
*:grey_question: Emacs can't find my package, it keeps searching up until the dart root package folder.
60
66
61
67
Configure projectile to find the package pubspec.yaml and set the folder as project root:
0 commit comments