You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This request is to add a melos get command that specifically and exclusively fetches the dependencies (flutter pub get) for all modules in the workspace.
Reasoning
This would streamline dependency management in cases where a user simply wants to update their dependencies without the overhead of other tasks that melos bootstrap handles.
Additional context and comments
Currently, the melos bootstrap command already runs flutter pub get across all modules in a Melos workspace. However, it also performs additional tasks, such as linking packages and running hooks, which might not always be needed.
The text was updated successfully, but these errors were encountered:
Is there an existing feature request for this?
Command
Description
This request is to add a
melos get
command that specifically and exclusively fetches the dependencies (flutter pub get) for all modules in the workspace.Reasoning
This would streamline dependency management in cases where a user simply wants to update their dependencies without the overhead of other tasks that
melos bootstrap
handles.Additional context and comments
Currently, the
melos bootstrap
command already runsflutter pub get
across all modules in a Melos workspace. However, it also performs additional tasks, such as linking packages and running hooks, which might not always be needed.The text was updated successfully, but these errors were encountered: