1. 11 Apr, 2016 1 commit
    • Devon Carew's avatar
      make flutter upgrade less verbose (#3237) · 2a33e3f0
      Devon Carew authored
      * more terse flutter upgrade
      
      * fix an issue when updating and the engine update code has changed
      
      * call flutter precache; add a --no-color hidden option
      
      * fix a lint related to getters/setters
      2a33e3f0
  2. 07 Apr, 2016 1 commit
  3. 29 Mar, 2016 1 commit
  4. 28 Mar, 2016 1 commit
  5. 24 Mar, 2016 1 commit
  6. 14 Mar, 2016 1 commit
  7. 17 Feb, 2016 1 commit
  8. 10 Feb, 2016 2 commits
  9. 29 Jan, 2016 1 commit
  10. 28 Jan, 2016 1 commit
  11. 07 Jan, 2016 1 commit
  12. 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
  13. 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