1. 17 Mar, 2016 1 commit
  2. 14 Mar, 2016 3 commits
  3. 12 Mar, 2016 1 commit
  4. 11 Mar, 2016 2 commits
    • Hixie's avatar
      flutter analyze test · e6b82b6f
      Hixie authored
      Test that flutter analyze catches no error if two imported libraries
      have the same name.
      
      Also, make tests know how to find the flutter root and fix style in one
      test to be consistent with the rest of the file.
      e6b82b6f
    • Devon Carew's avatar
      remove some references to DeviceStore · 5ad6a570
      Devon Carew authored
      5ad6a570
  5. 07 Mar, 2016 1 commit
  6. 04 Mar, 2016 1 commit
  7. 03 Mar, 2016 1 commit
  8. 01 Mar, 2016 1 commit
  9. 28 Feb, 2016 1 commit
  10. 24 Feb, 2016 1 commit
  11. 23 Feb, 2016 1 commit
    • Hixie's avatar
      Fix --debug · 71c8a96f
      Hixie authored
      ...and some style nits.
      71c8a96f
  12. 20 Feb, 2016 1 commit
    • Adam Barth's avatar
      Download sky_engine and sky_services from cloud storage · 4aae718f
      Adam Barth authored
      Downloading these packages from cloud storage simplifies our deployment
      story because we can upload to cloud storage automatically from the
      buildbot.
      
      This patch also switches the responsibility for downloading the engine
      artifacts to update_engine.sh. Centralizing this responsibility ensures
      that the packages and the binaries are always in sync.
      4aae718f
  13. 17 Feb, 2016 1 commit
  14. 14 Feb, 2016 1 commit
  15. 13 Feb, 2016 1 commit
  16. 10 Feb, 2016 1 commit
  17. 03 Feb, 2016 1 commit
  18. 01 Feb, 2016 2 commits
  19. 29 Jan, 2016 2 commits
  20. 28 Jan, 2016 2 commits
  21. 21 Jan, 2016 1 commit
  22. 16 Jan, 2016 1 commit
  23. 15 Jan, 2016 1 commit
  24. 03 Dec, 2015 1 commit
  25. 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