1. 03 Nov, 2016 1 commit
    • Devon Carew's avatar
      Better progress (#6677) · fcfb2a5c
      Devon Carew authored
      * make showElapsedTime default to true
      
      * support nested progresses
      
      * improve hot reload message
      
      * rethrow
      fcfb2a5c
  2. 01 Nov, 2016 1 commit
  3. 19 Oct, 2016 1 commit
  4. 26 Sep, 2016 1 commit
  5. 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
  6. 30 Aug, 2016 1 commit
  7. 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
  8. 10 Aug, 2016 1 commit
  9. 05 Aug, 2016 1 commit
  10. 25 Jul, 2016 3 commits
  11. 21 Jul, 2016 1 commit
  12. 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
  13. 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
  14. 10 Jun, 2016 1 commit
  15. 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
  16. 29 May, 2016 1 commit
  17. 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
  18. 19 May, 2016 1 commit
  19. 17 May, 2016 2 commits
  20. 16 May, 2016 1 commit
  21. 12 May, 2016 1 commit
  22. 11 May, 2016 1 commit
  23. 05 May, 2016 1 commit
  24. 04 May, 2016 1 commit
  25. 03 May, 2016 2 commits
  26. 02 May, 2016 2 commits
  27. 29 Apr, 2016 1 commit
  28. 21 Apr, 2016 1 commit
  29. 19 Apr, 2016 1 commit
  30. 18 Apr, 2016 2 commits
  31. 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
  32. 08 Apr, 2016 1 commit
  33. 04 Apr, 2016 1 commit
  34. 28 Mar, 2016 1 commit