1. 28 Jun, 2019 1 commit
  2. 18 Mar, 2019 1 commit
  3. 09 Mar, 2019 1 commit
  4. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  5. 22 Jan, 2019 1 commit
    • jslavitz's avatar
      Transition Curve Fix (#25488) · cf4fc966
      jslavitz authored
      * Changes Cupertino page transition curves to make paging animations more similar to those of native iOS
      cf4fc966
  6. 06 Nov, 2018 3 commits
  7. 18 Oct, 2018 1 commit
  8. 16 Oct, 2018 1 commit
  9. 06 Oct, 2018 1 commit
  10. 01 Oct, 2018 1 commit
  11. 25 Sep, 2018 3 commits
  12. 12 Sep, 2018 1 commit
  13. 28 Aug, 2018 1 commit
  14. 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
  15. 02 Aug, 2018 1 commit
  16. 27 Jul, 2018 1 commit
  17. 23 Jul, 2018 1 commit
  18. 20 Jul, 2018 1 commit
  19. 16 Jul, 2018 2 commits
  20. 09 Jul, 2018 1 commit
  21. 02 Jul, 2018 1 commit
  22. 26 Jun, 2018 1 commit
  23. 20 Jun, 2018 1 commit
  24. 19 Jun, 2018 1 commit
  25. 09 May, 2018 1 commit
  26. 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
  27. 30 Apr, 2018 1 commit
  28. 28 Apr, 2018 2 commits
  29. 19 Mar, 2018 1 commit
  30. 05 Feb, 2018 1 commit
  31. 01 Feb, 2018 1 commit
  32. 11 Jan, 2018 1 commit
  33. 20 Dec, 2017 1 commit
  34. 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