1. 12 Sep, 2016 1 commit
  2. 26 Aug, 2016 2 commits
  3. 25 Aug, 2016 2 commits
    • 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
    • Dan Rubel's avatar
      modify runCommandAndStreamOutput to wait until stdout (#5596) · 5f7af56f
      Dan Rubel authored
      has been fully processed before completing the returned future.
      This helps prevent tests that rely on stdout from being flaky.
      5f7af56f
  4. 22 Aug, 2016 1 commit
  5. 17 Aug, 2016 1 commit
  6. 13 Aug, 2016 1 commit
  7. 10 Aug, 2016 1 commit
  8. 09 Aug, 2016 1 commit
  9. 02 Aug, 2016 1 commit
    • Ian Hickson's avatar
      Hot reload UI polish (#5193) · d7fb51a5
      Ian Hickson authored
      * General improvoments to the loader app:
         * Show a message after 8 seconds if no connection comes in.
         * Show a progress bar as files are being uploaded.
         * Hide the spinner just before launching the application.
      
      * General improvements to the "flutter run" UI:
         * Add "?" key as a silent alias for "h".
         * Make the help text bold so it doesn't get mixed with the logs.
         * Make "R" do a cold restart when hot reload is enabled.
      
      * Supporting features and bug fixes:
         * Add support for string service extensions.
      
      * Other bug fixes:
         * Expose debugDumpRenderTree() outside debug mode.
         * Logger.supportsColor was missing a getter.
         * Mention in the usage docs that --hot requires --resident.
         * Trivial style fixes.
      d7fb51a5
  10. 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
  11. 23 Jun, 2016 1 commit
  12. 15 Jun, 2016 1 commit
  13. 13 Jun, 2016 2 commits
  14. 07 Jun, 2016 2 commits
  15. 03 Jun, 2016 1 commit
  16. 02 Jun, 2016 1 commit
  17. 29 May, 2016 1 commit
  18. 26 May, 2016 4 commits
  19. 25 May, 2016 1 commit
  20. 13 May, 2016 2 commits
  21. 10 May, 2016 2 commits
  22. 06 May, 2016 1 commit
  23. 03 May, 2016 1 commit
  24. 29 Apr, 2016 1 commit
  25. 28 Apr, 2016 1 commit
  26. 27 Apr, 2016 1 commit
    • Devon Carew's avatar
      Flutter run (#3553) · b0dca796
      Devon Carew authored
      * rework flutter run
      
      * fix npe with --debug-port
      
      * connect to obs and exit when that conneciton closes
      
      * update todos
      b0dca796
  27. 25 Apr, 2016 1 commit
  28. 19 Apr, 2016 1 commit
  29. 18 Apr, 2016 3 commits