1. 02 Apr, 2021 1 commit
  2. 01 Apr, 2021 1 commit
  3. 23 Mar, 2021 1 commit
  4. 22 Mar, 2021 1 commit
  5. 06 Mar, 2021 1 commit
  6. 04 Mar, 2021 1 commit
  7. 10 Feb, 2021 1 commit
  8. 04 Feb, 2021 2 commits
  9. 01 Feb, 2021 1 commit
  10. 27 Jan, 2021 1 commit
  11. 21 Jan, 2021 1 commit
  12. 15 Jan, 2021 1 commit
  13. 14 Jan, 2021 1 commit
  14. 01 Dec, 2020 1 commit
  15. 20 Nov, 2020 1 commit
  16. 19 Nov, 2020 1 commit
  17. 09 Nov, 2020 1 commit
  18. 02 Nov, 2020 1 commit
  19. 29 Oct, 2020 1 commit
  20. 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
  21. 21 Oct, 2020 1 commit
  22. 12 Oct, 2020 1 commit
  23. 08 Oct, 2020 1 commit
  24. 07 Oct, 2020 3 commits
  25. 28 Jul, 2020 2 commits
  26. 13 Jul, 2020 3 commits
  27. 24 Jun, 2020 1 commit
  28. 11 Jun, 2020 2 commits
  29. 28 May, 2020 1 commit
  30. 27 May, 2020 1 commit
    • Greg Spencer's avatar
      Add MediaQueryData.navigationMode and allow controls to be focused when disabled. (#54919) · 8ef29154
      Greg Spencer authored
      This adds a new navigationMode to the MediaQueryData that indicates how focusable controls should behave under different navigation modes, currently with two modes: NavigationMode.traditional, and NavigationMode.directional.
      
      It may seem like focusing a disabled control is not desirable, but this is useful for user interfaces that use DPAD navigation because if a control gets disabled, losing focus is disruptive to the user, and it is difficult to control where the focus will end up unless it is done explicitly.
      8ef29154
  31. 14 Feb, 2020 1 commit
  32. 27 Jan, 2020 1 commit
  33. 25 Jan, 2020 1 commit