-
Notifications
You must be signed in to change notification settings - Fork 28.6k
flutter create
shows a long list of added pub dependencies, even though the user hasn't added anything yet
#116227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Reproducible only on master. logs
flutter doctor -v
|
I guess we can suppress the output of We internally in |
@jonasfj suggests that we activate the quiet (one line summary) behaviour in pub depending on some environment variable. Perhaps we can even look at the PUB_ENVIRONMENT that is set by flutter_tools. |
I think it's okay to have on |
It sounds like the action item here is to provide the environment variable from dart-lang/pub#3679 ONLY during pub get from the |
This code already supports not inheriting stdio for tests, we should also use that for the flutter create workflow. cc @andrewkolos |
Is there any way we can suppress
|
#118285, which closed this issue, uses the recently-added Regarding the two lines you mentioned, I imagine it's possible to avoid them by instead having edited for typos |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Most of the output from
flutter create
is showing thepub
dependencies that are added from every blank template. Suppress this on an initialcreate
, it adds a lot of noise, and the user hasn't explicitly added these dependencies so it's confusing and hiding the actually interesting "how to run" instructions.Similar request to #93036.
Probably caused by #110851?
The text was updated successfully, but these errors were encountered: