-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to FlutterrefactorImproving readability/efficiency without behavioral changesImproving readability/efficiency without behavioral changesteam-toolOwned by Flutter Tool teamOwned by Flutter Tool team
Description
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.
jonahwilliams and andrewkolos
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to FlutterrefactorImproving readability/efficiency without behavioral changesImproving readability/efficiency without behavioral changesteam-toolOwned by Flutter Tool teamOwned by Flutter Tool team