1. 01 Nov, 2016 1 commit
  2. 19 Oct, 2016 1 commit
  3. 26 Sep, 2016 1 commit
  4. 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
  5. 30 Aug, 2016 1 commit
  6. 25 Aug, 2016 1 commit
    • Chris Bracken's avatar
      Support a configurable build directory (#5601) · b5f763b4
      Chris Bracken authored
      This change adds a top-level getBuildDirectory func and funcs for
      android, aot, asset, ios build products.
      
      Developers may now add a "build-dir" mapping to their
      ~/.flutter_settings (JSON format) config file. Output directory is
      relative to the main flutter application directory.
      
      This change also changes the default build directory for iOS builds to a
      subdirectory of the configured build directory, 'build/ios' by default.
      b5f763b4
  7. 10 Aug, 2016 1 commit
  8. 05 Aug, 2016 1 commit
  9. 25 Jul, 2016 3 commits
  10. 21 Jul, 2016 1 commit
  11. 20 Jul, 2016 1 commit
    • Devon Carew's avatar
      Hello services run (#4969) · 57b76a05
      Devon Carew authored
      * making flutter run work with gradle
      
      * locate android studio
      
      * add test for settings
      
      * review comments
      57b76a05
  12. 28 Jun, 2016 1 commit
    • pq's avatar
      Cleanup empty statements. · 543f705a
      pq authored
      The new `empty_statements` lint (in the next DEV roll), flags these empty statements.  Harmless, except the one in `basic.dart` that fixes a real-life bug. :)
      543f705a
  13. 10 Jun, 2016 1 commit
  14. 07 Jun, 2016 1 commit
    • Devon Carew's avatar
      add a restart command to the daemon protocol (#4385) · 3ba17136
      Devon Carew authored
      * refactor the --resident run option into a separate file
      
      * update daemon to run --resident apps
      
      * re-plumbing daemon start
      
      * send app logs
      
      * update tests
      
      * review changes
      
      * fix test runner
      
      * remove PackageMap.createGlobalInstance; rely on the ctor
      
      * review comments
      3ba17136
  15. 29 May, 2016 1 commit
  16. 24 May, 2016 1 commit
    • Adam Barth's avatar
      Teach flutter to build app.a (#4141) · f33596aa
      Adam Barth authored
      On iOS, we use Xcode to build a static library that contains the precompiled
      code. This code is currently unused, but it will be used by the new Xcode
      harness to factor out as much complexity as possible into the flutter tool.
      f33596aa
  17. 19 May, 2016 1 commit
  18. 17 May, 2016 2 commits
  19. 16 May, 2016 1 commit
  20. 12 May, 2016 1 commit
  21. 11 May, 2016 1 commit
  22. 05 May, 2016 1 commit
  23. 04 May, 2016 1 commit
  24. 03 May, 2016 2 commits
  25. 02 May, 2016 2 commits
  26. 29 Apr, 2016 1 commit
  27. 21 Apr, 2016 1 commit
  28. 19 Apr, 2016 1 commit
  29. 18 Apr, 2016 2 commits
  30. 12 Apr, 2016 1 commit
    • Devon Carew's avatar
      add a --deploy flag to build apk (#3249) · 8849cd6b
      Devon Carew authored
      * add a --deploy flag to build apk
      
      * update command description
      
      * use an enum instead of a bool param for build variants
      
      * rename buildForDeploy flag to buildVariant
      
      * review comments
      8849cd6b
  31. 08 Apr, 2016 1 commit
  32. 04 Apr, 2016 1 commit
  33. 28 Mar, 2016 1 commit
  34. 25 Mar, 2016 1 commit