• Greg Spencer's avatar
    Simplify Gradle compiler output. (#21760) · efcd9a80
    Greg Spencer authored
    This changes the compiler output for gradle to be less verbose and more easily read.
    
    This only applies to compilation error messages: other gradle messages will continue to print as before.
    
    It also fixes a small problem with the performance measurement printing (see that "7.1s" on it's own line in the original?) so that if something is expected to have multiple lines of output, it prints an initial line, and a "Done" line with the elapsed time, so that it's possible to know what the time applies to.
    
    It also updates the spinner to be fancier, at least on platforms other than Windows (which is missing a lot of symbols in its console font).
    
    Addresses #17307
    efcd9a80
Name
Last commit
Last update
.github Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.cirrus.yml Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
appveyor.yml Loading commit data...
flutter_console.bat Loading commit data...