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
When we want to remove the experimental flag for hooks we should check what the typical overhead is for hooks:
If there are no hooks at all in the package graph, do dart and flutter commands not regress.
The first-time hooks are run, what is the overhead of the hook compared to the actual work done in the hook. (Actual work: building/downloading a binary.)
For the 2nd-time run, how much is the overhead of the sha256 file hash checking.
The text was updated successfully, but these errors were encountered:
When we want to remove the experimental flag for hooks we should check what the typical overhead is for hooks:
dart
andflutter
commands not regress.The text was updated successfully, but these errors were encountered: