Skip to content

Make flutter --verbose not opt-in to pub --verbose #158896

@matanlurey

Description

@matanlurey

Using flutter --verbose <command> is potentially very useful when debugging.

However, for any command that implicitly (or otherwise) uses pub, the output is way too much - overwhelmingly not useful, and not directly connected to what I'm trying to do. I'd like to propose making --verbose no longer imply pub --verbose.

I suspect it will be sufficient to use flutter pub <command> --verbose explicitly, or, if really needed, there can be a hidden --pub-verbose option (but I doubt this would be used). Open to what others think.

Metadata

Metadata

Assignees

Labels

P2Important issues not at the top of the work listc: proposalA detailed proposal for a change to FlutterrefactorImproving readability/efficiency without behavioral changesteam-toolOwned by Flutter Tool team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions