-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Description
I want to setup custom commands to do Flutter development with helix. I'm guessing this will have to wait for #998 or #122, but I will describe the use case here for tracking.
- Adding
fluttercommand line tool commands to command palette, keybindings etc. - Run
flutter devices, store a list of devices in editor state, then dispatch run commands on these devices - After running
flutter run, it allows pressing keys to dispatch subsequent commands to the device, would be nice to hook these into command pallet entries, or hooks like saving a file triggeringhot reload
A few more ideas
- It would be nice if we could setup context menus like
spaceandgmenus for these tasks - some way to indicate connection status and selected device (could be in context menus)
- a quick way to see long running debug output
For reference: here's a CoC plugin that achieves most of these items in vim https://github.com/iamcco/coc-flutter
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels