1. 11 Feb, 2016 1 commit
  2. 10 Feb, 2016 3 commits
  3. 09 Feb, 2016 1 commit
  4. 06 Feb, 2016 2 commits
  5. 03 Feb, 2016 2 commits
  6. 28 Jan, 2016 1 commit
  7. 25 Jan, 2016 1 commit
  8. 22 Jan, 2016 2 commits
  9. 21 Jan, 2016 1 commit
  10. 20 Jan, 2016 1 commit
  11. 04 Jan, 2016 1 commit
  12. 29 Dec, 2015 1 commit
  13. 17 Dec, 2015 1 commit
    • Eric Seidel's avatar
      Fix `flutter apk` to work with resources · dd440d0c
      Eric Seidel authored
      I screwed up my last change, turns out the package command
      is sensitive about having all of its flags before args.
      
      Also made it possible to control the resources directory
      from the command line per the review comments in the previous change.
      
      @jason-simmons
      dd440d0c
  14. 16 Dec, 2015 1 commit
    • Eric Seidel's avatar
      Add support for bundling apk resources · 64bec536
      Eric Seidel authored
      I also made it so that `flutter apk -v` showed what
      commands it was running by moving off of a custom _run
      function onto the base/process.dart runChecked shared
      by other commands.
      
      @jason-simmons
      64bec536
  15. 01 Dec, 2015 1 commit
  16. 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
  17. 21 Nov, 2015 2 commits
  18. 18 Nov, 2015 1 commit
  19. 17 Nov, 2015 1 commit