1. 18 Oct, 2018 1 commit
  2. 16 Oct, 2018 1 commit
  3. 06 Oct, 2018 1 commit
  4. 01 Oct, 2018 1 commit
  5. 25 Sep, 2018 3 commits
  6. 12 Sep, 2018 1 commit
  7. 28 Aug, 2018 1 commit
  8. 18 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Fixes resulting from audit of issues links (#20772) · 8c79f40d
      Ian Hickson authored
      * Fixes resulting from audit of issues links
      
      I looked at every link to GitHub in our repo. For cases where we had a TODO that was waiting for a bug to be fixed, and the bug has now been fixed, I applied the pending change. For cases where the link was out of date, I updated the link.
      
      * Update run_test.dart
      
      skip this test again since it failed on linux and macos bots
      8c79f40d
  9. 02 Aug, 2018 1 commit
  10. 27 Jul, 2018 1 commit
  11. 23 Jul, 2018 1 commit
  12. 20 Jul, 2018 1 commit
  13. 16 Jul, 2018 2 commits
  14. 09 Jul, 2018 1 commit
  15. 02 Jul, 2018 1 commit
  16. 26 Jun, 2018 1 commit
  17. 20 Jun, 2018 1 commit
  18. 19 Jun, 2018 1 commit
  19. 09 May, 2018 1 commit
  20. 08 May, 2018 1 commit
    • Todd Volkert's avatar
      Make runAsync() run in child zone, not root zone (#17359) · 2ba0deb7
      Todd Volkert authored
      Some APIs (such as the ones in package:test) assume you're running
      in a child zone of the test zone by attempting to extract information
      from the zone values. When we run runAsync() in the root zone, those
      zone values are lost, and such API methods don't work.
      
      The solution is to run in a child zone, but with a specification that
      says to use the Root zone for task scheduling (both timers and
      microtakss).
      2ba0deb7
  21. 30 Apr, 2018 1 commit
  22. 28 Apr, 2018 2 commits
  23. 19 Mar, 2018 1 commit
  24. 05 Feb, 2018 1 commit
  25. 01 Feb, 2018 1 commit
  26. 11 Jan, 2018 1 commit
  27. 20 Dec, 2017 1 commit
  28. 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
  29. 07 Sep, 2017 1 commit
  30. 28 Aug, 2017 1 commit
    • Ian Hickson's avatar
      RTL: Padding, Flex (#11709) · f235a2c1
      Ian Hickson authored
      * Introduce a Directionality inherited widget which sets the ambient LTR vs RTL mode (defaulting to null, which means you cannot use directionality-influenced values).
      
      * Make it possible to configure Padding (including Container.padding and Container.margin) using a directionality-agnostic EdgeInsets variant.
      
      * Provide textDirection and verticalDirection controls on Row and Column to make them RTL-aware.
      
      * Introduce a variant of FractionalOffset based on the EdgeInsets variant. Not yet actually used.
      
      * Fix all the tests that depended on Row defaulting to LTR.
      f235a2c1
  31. 14 Apr, 2017 1 commit
  32. 07 Apr, 2017 1 commit
  33. 05 Apr, 2017 1 commit
  34. 20 Mar, 2017 1 commit
  35. 13 Mar, 2017 1 commit
  36. 04 Mar, 2017 1 commit