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