flutter.el
flutter.el copied to clipboard
Flutter tools for Emacs
Are there any support for flutter debugging commands? For example [Flutter: Toggle Baseline Painting](https://dartcode.org/docs/debugging-commands/#flutter-toggle-baseline-painting)
It not so conveniently each time run `flutter-run` on my local, have to specify a options with C-u.
`flutter-run-hot-reload` currently uses `pop-to-buffer-same-window` to display the `*Flutter*` buffer, which almost always displays it in the current window. I find this very disruptive: I set `flutter-run-hot-reload` in `after-save-hook`, so every...
It should be possible to obtain devices prior to run, and propose to chose one if it's not the only one. Right now, you have to run it once to...
In an effort to support running tests in pure-Dart projects (because you may want to work on a pure-Dart project for use in a Flutter project), we try to be...
I think I fixed our regex problems in [lsp-dart](https://github.com/emacs-lsp/lsp-dart#run-tests) :) Sorry for noticing only now that VSCode uses LSP to build the tests lens and do not need that crazy...
Hi, thanks for the incredible job here! Been using the package for a couple of days now. Just saw the package lacking some essential commands (in order to keep us...
When I try `flutter-run`, then I got the following error: ``` More than one device connected; please specify a device with the '-d ' flag, or use '-d all' to...
Hi! Thanks for the awesome project! I use `beginning-of-defun` (C-M-a) and `end-of-defun` (C-M-e) frequently to jump to beginning/end of functions. But in flutter mode, they jump to beginning/end of buffers...