-
Notifications
You must be signed in to change notification settings - Fork 340
Closed
Labels
Milestone
Description
I think it would be an interesting feature for Mac users that use the touchbar to have Flutter actions that can be fired from the Touch Bar. Vs Code has the feature implemented since September last year. All we would need to do is add the icons and the commands it would run.
From the top of my head I could think of these options.
While not debugging:
- flutter doctor (Doctor icon)
- open pub spec
While Debugging:
- Reload
- Hot reload
- Switch platform
- Performance overlay
I would be happy to implement this feature and create a pull request. Its not a hard task just define how it would work.
What do you think?
cc @timsneath, @sethladd, @DanTup
timsneath, DanTup, xster, bartekpacia, iamporus and 5 more