-
Notifications
You must be signed in to change notification settings - Fork 344
Closed
Labels
in flutterRelates to running Flutter appsRelates to running Flutter appsis enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.on mac
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in flutterRelates to running Flutter appsRelates to running Flutter appsis enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.on mac