Thanks to visit codestin.com
Credit goes to github.com

Skip to content

quiet pub get stdout in flutter create #117293

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

Conversation

andrewkolos
Copy link
Contributor

Fixes #116227.

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide, including Features we expect every widget to implement.
  • I signed the CLA.
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or this PR is test-exempt.
  • All existing and new tests are passing.

@flutter-dashboard flutter-dashboard bot added the tool Affects the "flutter" command-line tool. See also t: labels. label Dec 18, 2022
@andrewkolos andrewkolos force-pushed the quiet-pub-output-in-flutter-create branch from 0421896 to 5c56575 Compare December 23, 2022 22:42
@jmagman
Copy link
Member

jmagman commented Jan 10, 2023

@andrewkolos is this PR stuck on fixing the failing tests?

@christopherfujino
Copy link
Contributor

FYI you might get a merge conflict with #117896

@andrewkolos
Copy link
Contributor Author

Closing as superseded by #118285

@andrewkolos andrewkolos deleted the quiet-pub-output-in-flutter-create branch April 21, 2023 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tool Affects the "flutter" command-line tool. See also t: labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

flutter create shows a long list of added pub dependencies, even though the user hasn't added anything yet
4 participants