1. 23 Jan, 2017 1 commit
  2. 12 Jan, 2017 1 commit
  3. 09 Jan, 2017 1 commit
  4. 12 Dec, 2016 1 commit
  5. 09 Dec, 2016 1 commit
  6. 01 Dec, 2016 1 commit
  7. 28 Nov, 2016 3 commits
  8. 22 Nov, 2016 1 commit
  9. 01 Nov, 2016 1 commit
  10. 27 Oct, 2016 1 commit
  11. 21 Oct, 2016 1 commit
    • Devon Carew's avatar
      Reload pause (#6459) · 55a374d4
      Devon Carew authored
      * add a pause parameter to the reload command
      
      * encode OperationResult as json
      
      * reverse isOk logic
      55a374d4
  12. 20 Oct, 2016 1 commit
  13. 12 Oct, 2016 1 commit
  14. 07 Oct, 2016 1 commit
    • Adam Barth's avatar
      Deploy `@checked` (#6244) · 2c21d795
      Adam Barth authored
      This patch adds `@checked` everywhere is needed to remove the
      `strong_mode_invalid_method_override` strong mode error.
      2c21d795
  15. 15 Sep, 2016 1 commit
  16. 08 Sep, 2016 1 commit
    • Phil Quitslund's avatar
      Update to Dart `1.20.0-dev.1.0`. (#5689) · d2fda677
      Phil Quitslund authored
      * Udpate to Dart `1.20.0-dev.1.0`.
      
      Udpate to Dart `1.20.0-dev.1.0` and corresponding `analyzer` package.
      
      * Added `--no-packages-dir`.
      
      * Revert extension to master.
      
      * Added ignores.
      
      * Review nits.
      
      * More nits.
      d2fda677
  17. 25 Aug, 2016 1 commit
  18. 24 Aug, 2016 2 commits
  19. 19 Aug, 2016 1 commit
  20. 18 Aug, 2016 1 commit
  21. 17 Aug, 2016 1 commit
  22. 11 Aug, 2016 2 commits
  23. 09 Aug, 2016 1 commit
  24. 08 Aug, 2016 1 commit
  25. 05 Aug, 2016 1 commit
  26. 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
  27. 22 Jul, 2016 1 commit
  28. 20 Jul, 2016 1 commit
  29. 18 Jul, 2016 1 commit
  30. 04 Jul, 2016 1 commit
  31. 24 Jun, 2016 1 commit
  32. 15 Jun, 2016 1 commit
  33. 10 Jun, 2016 1 commit
  34. 02 Jun, 2016 1 commit
  35. 01 Jun, 2016 1 commit
  36. 26 May, 2016 1 commit
    • Devon Carew's avatar
      Flutter run restart (#4105) · ec751776
      Devon Carew authored
      * working on making a faster flutter run restart
      
      * clean up todos; fire events on isolate changes
      
      * use the Flutter.FrameworkInitialization event
      
      * review comments
      ec751776