1. 15 Jul, 2021 1 commit
  2. 14 Jul, 2021 3 commits
  3. 13 Jul, 2021 2 commits
  4. 02 Jun, 2021 1 commit
  5. 20 May, 2021 1 commit
  6. 13 May, 2021 2 commits
  7. 10 May, 2021 1 commit
  8. 03 May, 2021 2 commits
  9. 28 Apr, 2021 1 commit
  10. 23 Apr, 2021 1 commit
  11. 21 Apr, 2021 2 commits
  12. 19 Apr, 2021 1 commit
  13. 02 Apr, 2021 1 commit
  14. 01 Apr, 2021 1 commit
  15. 23 Mar, 2021 1 commit
  16. 22 Mar, 2021 1 commit
  17. 06 Mar, 2021 1 commit
  18. 04 Mar, 2021 1 commit
  19. 10 Feb, 2021 1 commit
  20. 04 Feb, 2021 2 commits
  21. 01 Feb, 2021 1 commit
  22. 27 Jan, 2021 1 commit
  23. 21 Jan, 2021 1 commit
  24. 15 Jan, 2021 1 commit
  25. 14 Jan, 2021 1 commit
  26. 01 Dec, 2020 1 commit
  27. 20 Nov, 2020 1 commit
  28. 19 Nov, 2020 1 commit
  29. 09 Nov, 2020 1 commit
  30. 02 Nov, 2020 1 commit
  31. 29 Oct, 2020 1 commit
  32. 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
  33. 21 Oct, 2020 1 commit