1. 04 Mar, 2016 1 commit
  2. 03 Mar, 2016 1 commit
  3. 28 Feb, 2016 1 commit
  4. 27 Feb, 2016 1 commit
  5. 26 Feb, 2016 2 commits
  6. 20 Feb, 2016 1 commit
    • yjbanov's avatar
      "flutter drive" command · a2b1bd46
      yjbanov authored
      Runs a test app and a driver test simultaneously, then stops the app.
      
      Usage:
      
      ```
      flutter drive --target=/path/to/test/app.dart
      ```
      
      This command will look for `/path/to/test/app_test.dart` by
      convention. We will expand into other ways of discovering tests in the
      future.
      a2b1bd46
  7. 17 Feb, 2016 2 commits
  8. 16 Feb, 2016 1 commit
  9. 15 Feb, 2016 1 commit
  10. 14 Feb, 2016 1 commit
  11. 13 Feb, 2016 1 commit
  12. 11 Feb, 2016 1 commit
  13. 10 Feb, 2016 3 commits
  14. 09 Feb, 2016 1 commit
  15. 06 Feb, 2016 2 commits
  16. 03 Feb, 2016 2 commits
  17. 28 Jan, 2016 1 commit
  18. 25 Jan, 2016 1 commit
  19. 22 Jan, 2016 2 commits
  20. 21 Jan, 2016 1 commit
  21. 20 Jan, 2016 1 commit
  22. 04 Jan, 2016 1 commit
  23. 29 Dec, 2015 1 commit
  24. 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
  25. 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
  26. 01 Dec, 2015 1 commit
  27. 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
  28. 21 Nov, 2015 2 commits
  29. 18 Nov, 2015 1 commit
  30. 17 Nov, 2015 1 commit