flutter.el
flutter.el copied to clipboard
flutter-run(-or-hot-reload) appropriates current window for *Flutter*
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 time I save a buffer the code I was just editing disappears from view.
Since *Flutter* is similar in role to a *compilation* buffer, can this be changed to use something like display-buffer instead, which is more common for such buffers?