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
Now with Pub Workspaces, commands like flutter pub get and flutter analyze can run across the entire workspace at once. This is significantly faster than the previous approach, where tools had to be run separately for each package. As a result, the current behavior of melos analyze, which runs dart analyze or flutter analyze individually for each package, feels outdated and unnecessary.
Reasoning
Performance Improvement: Running analysis once for the entire workspace is much faster than running it package by package.
Redundant Command: melos analyze no longer provides any significant benefit over Dart’s built-in commands, making it potentially unnecessary.
Additional context and comments
No response
The text was updated successfully, but these errors were encountered:
Is there an existing feature request for this?
Command
Description
Now with Pub Workspaces, commands like
flutter pub get
andflutter analyze
can run across the entire workspace at once. This is significantly faster than the previous approach, where tools had to be run separately for each package. As a result, the current behavior ofmelos analyze
, which runsdart analyze
orflutter analyze
individually for each package, feels outdated and unnecessary.Reasoning
melos analyze
no longer provides any significant benefit over Dart’s built-in commands, making it potentially unnecessary.Additional context and comments
No response
The text was updated successfully, but these errors were encountered: