1. 25 Oct, 2021 1 commit
  2. 20 Oct, 2021 1 commit
  3. 08 Oct, 2021 3 commits
  4. 23 Aug, 2021 1 commit
  5. 27 Jul, 2021 1 commit
  6. 01 Jul, 2021 1 commit
  7. 29 Jun, 2021 1 commit
    • Greg Spencer's avatar
      Randomize Framework tests, opt out some tests that currently fail. (#85159) · b5f9612c
      Greg Spencer authored
      This turns on order shuffling for all tests that don't fail with it on, marking those tests that do fail with a tag so that they will be run without shuffling on.
      
      To determine which tests fail with it on, I ran all the tests 100 times with different random shuffle seeds, and then also ran it with the date seeds from today until the end of July, and tagged all of the test suites (files) that fail, with a seed that caused them to fail.
      b5f9612c
  8. 28 Jun, 2021 1 commit
  9. 23 Jun, 2021 1 commit
  10. 28 Apr, 2021 1 commit
  11. 14 Apr, 2021 1 commit
  12. 13 Apr, 2021 1 commit
  13. 12 Apr, 2021 1 commit
  14. 01 Apr, 2021 1 commit
  15. 17 Mar, 2021 1 commit
  16. 05 Mar, 2021 1 commit
  17. 04 Mar, 2021 3 commits
  18. 18 Feb, 2021 1 commit
  19. 04 Feb, 2021 1 commit
  20. 27 Jan, 2021 1 commit
  21. 20 Jan, 2021 1 commit
  22. 01 Dec, 2020 1 commit
  23. 23 Nov, 2020 1 commit
  24. 20 Nov, 2020 1 commit
  25. 17 Nov, 2020 1 commit
  26. 16 Nov, 2020 1 commit
  27. 12 Nov, 2020 1 commit
  28. 11 Nov, 2020 1 commit
  29. 02 Nov, 2020 1 commit
  30. 29 Oct, 2020 1 commit
  31. 28 Oct, 2020 1 commit
    • Greg Spencer's avatar
      Remove `nullOk` in `MediaQuery.of` (#68736) · 55289324
      Greg Spencer authored
      Adds MediaQuery.maybeOf to replace calling MediaQuery.of(context, nullOk: true), and removes the nullOk parameter. Also changes MediaQuery.of to return a non-nullable value, and removes many instances of the ! operator, reducing the possible places where a null dereference could occur.
      55289324
  32. 07 Oct, 2020 1 commit
  33. 05 Oct, 2020 1 commit
  34. 24 Sep, 2020 1 commit
  35. 14 Aug, 2020 1 commit
  36. 28 Jul, 2020 1 commit