flutter-tools.nvim
flutter-tools.nvim copied to clipboard
Improve/Document DevTools integration
I've done some preliminary work to integrate dev tools. This should be surfaced and documented and also tweaked to make it easier to use
Hello! First of all, thank you so much for working on this plugin. I'm interested in contributing and I just implemented a feature to copy the dev tools url including the running app observatory url and I could open a PR.
Also, I would like to know what kind of features would you want to be implemented.
Currently, we can start dev tools manually but the plugin never stops the process, so after closing and opening nvim a few times I noticed I had 5 servers running at once. Would be nice if dev tools have a flag to reuse an existing process, but couldn't find much information about the cli flags...
@Charly6596 that's really great to hear. The PR you're talking about sounds great already, would be good to solve that issue. I guess as a good starting point cleaning up the dev tools process so a new fresh one is started each time is a great step.
Regarding issues, I'm gonna turn some of the things I know need working on/ fixing into issues so it's clearer.
In general re. features though I take a lot of inspiration firstly from what occurs to me during my daily workflow. Then from other plugins that do a similar thing like