1. 16 Sep, 2016 1 commit
    • Dan Rubel's avatar
      Refactor flutter command execution (#5892) · 18212382
      Dan Rubel authored
      * refactor _run to runCmd
      
      * replace requiresProjectRoot getter with call to commandValidator
      
      * replace requiresDevice getter with call to findTargetDevice
      
      * trace command requires a debug connection, not a device
      
      * inline androidOnly getter
      
      * rename command methods to verifyTheRunCmd and runCmd
      
      * move common verification into BuildSubCommand
      
      * rename deviceForCommand to device
      
      * rename methods to verifyThenRunCommand and runCommand
      18212382
  2. 23 Jun, 2016 1 commit
  3. 16 Apr, 2016 1 commit
  4. 15 Apr, 2016 1 commit
    • Eric Seidel's avatar
      Make update-packages cover dev/benchmarks. · 711bf726
      Eric Seidel authored
      update-packages only looks one level down, instead of
      changing that, I'm just adding dev/benchmarks explicitly.
      
      This will unbreak the bots which are dying trying to
      flutter drive dev/benchmarks/complex_layout without
      pub get having been run there.
      
      @yjbanov @devoncarew
      711bf726
  5. 07 Apr, 2016 1 commit
  6. 05 Apr, 2016 1 commit
  7. 15 Mar, 2016 1 commit
  8. 14 Mar, 2016 2 commits
  9. 10 Mar, 2016 1 commit
  10. 09 Mar, 2016 1 commit
    • Adam Barth's avatar
      Remove //examples/widgets · e4b1eab8
      Adam Barth authored
      Most of the remaining widget examples are actually manual tests. This patch
      moves them into //dev/manual_tests. A couple are examples of using services,
      which I've moved to //examples/layers/services. The remainder are out-dated and
      are removed by this patch.
      e4b1eab8
  11. 26 Feb, 2016 1 commit