1. 25 Jan, 2016 1 commit
  2. 22 Jan, 2016 2 commits
  3. 21 Jan, 2016 1 commit
  4. 20 Jan, 2016 1 commit
  5. 04 Jan, 2016 1 commit
  6. 29 Dec, 2015 1 commit
  7. 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
  8. 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
  9. 01 Dec, 2015 1 commit
  10. 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
  11. 21 Nov, 2015 2 commits
  12. 18 Nov, 2015 1 commit
  13. 17 Nov, 2015 1 commit