Is your feature request related to a problem? Please describe.
I've started using Melos to manage my monorepos, but realized that running flutter pub get in all of the packages works, but doesn't trigger my post-boostrap hooks, nor does it link the packages. This makes the button useless.
Describe the solution you'd like
If a workspace root contains a melos.yaml, offer to run melos bootstrap as opposed to flutter pub get/dart pub get.
Describe alternatives you've considered
Allow turning off the button (ideally automatically, but manually works too)
Additional context
n/a?