1. 29 Nov, 2015 1 commit
    • Adam Barth's avatar
      Clean up code organization in flutter_tools · 9662d49e
      Adam Barth authored
      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.
      9662d49e
  2. 12 Nov, 2015 1 commit
    • Adam Barth's avatar
      Add a `flutter upgrade` command · 90991854
      Adam Barth authored
      This command upgrades the version of flutter that you're using and runs
      `pub upgrade` to update the transitive dependencies.
      90991854