From daea1c410d282c576cb4a98c23c818878075745d Mon Sep 17 00:00:00 2001 From: storvik Date: Mon, 26 Feb 2024 11:46:14 +0100 Subject: [PATCH] Add flutter.el to additional packages --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9ee2868..acf43ef 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,7 @@ lsp-dart supports running Flutter and Dart commands as following: * [lsp-treemacs](https://github.com/emacs-lsp/lsp-treemacs) : `lsp-mode` GUI controls implemented using treemacs. * [company-capf](https://github.com/company-mode/company-mode) : Completion back-end support. * [hover.el](https://github.com/ericdallo/hover.el) : Tool to run flutter mobile apps from desktop without the need of an emulator. +* [flutter.el](https://github.com/amake/flutter.el) : Tool to run flutter binary as an inferior process and interact with it from Emacs. ## FAQ