1. 28 Feb, 2016 1 commit
  2. 27 Feb, 2016 1 commit
  3. 26 Feb, 2016 2 commits
  4. 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
  5. 17 Feb, 2016 2 commits
  6. 16 Feb, 2016 1 commit
  7. 15 Feb, 2016 1 commit
  8. 14 Feb, 2016 1 commit
  9. 13 Feb, 2016 1 commit
  10. 11 Feb, 2016 1 commit
  11. 10 Feb, 2016 3 commits
  12. 09 Feb, 2016 1 commit
  13. 06 Feb, 2016 2 commits
  14. 03 Feb, 2016 2 commits
  15. 28 Jan, 2016 1 commit
  16. 25 Jan, 2016 1 commit
  17. 22 Jan, 2016 2 commits
  18. 21 Jan, 2016 1 commit
  19. 20 Jan, 2016 1 commit
  20. 04 Jan, 2016 1 commit
  21. 29 Dec, 2015 1 commit
  22. 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
  23. 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
  24. 01 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
  26. 21 Nov, 2015 2 commits
  27. 18 Nov, 2015 1 commit
  28. 17 Nov, 2015 1 commit