rename to printTrace(), printStatus(), and printError()
Fixes #1084
1) Moved basic utility code into base/ directory to make it clear which code doesn't depend on Flutter-specific knowldge. 2) Move the CommandRunner subclasses into a runner/ directory because these aren't commands themselves.
flutter upgrade
This command upgrades the version of flutter that you're using and runs `pub upgrade` to update the transitive dependencies.