1. 12 Feb, 2016 1 commit
  2. 20 Jan, 2016 1 commit
  3. 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
  4. 09 Nov, 2015 1 commit
    • Adam Barth's avatar
      Search all the build configurations for sky_snapshot · 7e8b111b
      Adam Barth authored
      Previously, we assumed the first build configuration would have one. Now we
      keep looking until we find one. Also, re-ordered the configurations so that
      you'll get the Android one if you have both, which is probably what you would
      expect.
      
      Fixes #100
      7e8b111b
  5. 31 Oct, 2015 1 commit
  6. 13 Oct, 2015 1 commit