1. 15 Jun, 2016 1 commit
  2. 14 Jun, 2016 1 commit
  3. 12 May, 2016 1 commit
  4. 10 May, 2016 1 commit
  5. 09 May, 2016 1 commit
  6. 06 May, 2016 1 commit
  7. 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
  8. 07 Apr, 2016 1 commit
  9. 29 Mar, 2016 1 commit
  10. 28 Mar, 2016 1 commit
  11. 24 Mar, 2016 1 commit
  12. 14 Mar, 2016 1 commit
  13. 17 Feb, 2016 1 commit
  14. 10 Feb, 2016 2 commits
  15. 29 Jan, 2016 1 commit
  16. 28 Jan, 2016 1 commit
  17. 07 Jan, 2016 1 commit
  18. 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
  19. 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