1. 25 Jan, 2018 1 commit
  2. 04 Jan, 2018 1 commit
  3. 17 Nov, 2017 1 commit
    • Greg Spencer's avatar
      Fix spelling errors in all the dartdocs. (#13061) · 0259be90
      Greg Spencer authored
      I got tired of drive-by spelling fixes, so I figured I'd just take care of them all at once.
      
      This only corrects errors in the dartdocs, not regular comments, and I skipped any sample code in the dartdocs. It doesn't touch any identifiers in the dartdocs either. No code changes, just comments.
      0259be90
  4. 10 Nov, 2017 1 commit
  5. 08 Nov, 2017 1 commit
  6. 01 Nov, 2017 1 commit
    • Ian Hickson's avatar
      Text Painting Fuzzer (#12813) · 8fd20b5d
      Ian Hickson authored
      Various improvements (in particular a new painting fuzzer) to the text manual test.
      
      Some additional documentation.
      
      A fix to Stack to remove an LTR bias: make unpositioned children apply "alignment".
      
      Some more debugging information on RichText and Text.
      
      A fix to the flutter tool to not crash when an RPC call throws an exception.
      8fd20b5d
  7. 25 Oct, 2017 1 commit
  8. 22 Oct, 2017 1 commit
  9. 19 Oct, 2017 1 commit
  10. 12 Oct, 2017 1 commit
  11. 05 Oct, 2017 1 commit
    • Ryan Macnak's avatar
      Revert "When parts of the program are changed in a hot reload, but not... · 5e7bcbac
      Ryan Macnak authored
      Revert "When parts of the program are changed in a hot reload, but not executed during the reassemble, warn that a restart may be needed. (#12304)" (#12406)
      
      This reverts commit 90028813.
      
      This change caused a few bots to fail with 'JSON-RPC error 110: Extension error', which is odd because _getUnusedChangesInLastReload is not an extension.
      5e7bcbac
  12. 04 Oct, 2017 1 commit
  13. 28 Aug, 2017 1 commit
  14. 21 Aug, 2017 1 commit
    • Jacob Richman's avatar
      Bare bones widget inspector support. (#10332) · 5462ddb9
      Jacob Richman authored
      Bare bones widget inspector support.
      
      Toggle the widget inspector from the flutter tool by pressing 'i'.
      When the widget inspector is select mode:
      Pointer down to to inspect a widget.
      Pointer click to finalize selection of a widget. You can now interact
      with the application as you normally would but with the inspected widget
      highlighted.
      Click the inspect icon in bottom left corner of screen to reactivate
      select mode.
      5462ddb9
  15. 27 Jul, 2017 1 commit
  16. 19 Jul, 2017 2 commits
  17. 17 Jul, 2017 3 commits
  18. 12 May, 2017 1 commit
  19. 02 May, 2017 1 commit
  20. 20 Apr, 2017 2 commits
  21. 19 Apr, 2017 1 commit
    • John McCutchan's avatar
      Handle reassemble timeouts gracefully. (#9467) · 367e11a4
      John McCutchan authored
      - [x] Switch the reassemble timeout to 5 seconds.
      - [x] Print a status message if reassemble fails:
      
      ```
      Performing hot reload...
      Reassembling app.flx$main took too long. Hot reload may have failed.
      Reloaded 0 of 418 libraries in 5,322ms.
      ```
      
      Fixes #9316
      Fixes #8861
      Fixes #8857
      Fixes #8856
      367e11a4
  22. 18 Apr, 2017 2 commits
  23. 15 Apr, 2017 1 commit
  24. 14 Apr, 2017 1 commit
  25. 09 Apr, 2017 1 commit
  26. 07 Apr, 2017 2 commits
  27. 31 Mar, 2017 1 commit
  28. 29 Mar, 2017 2 commits
  29. 16 Mar, 2017 1 commit
  30. 15 Mar, 2017 1 commit
  31. 08 Mar, 2017 1 commit
  32. 04 Mar, 2017 1 commit
  33. 03 Mar, 2017 1 commit