1. 30 Jun, 2022 1 commit
  2. 10 Jun, 2022 1 commit
  3. 02 Jun, 2022 1 commit
  4. 27 May, 2022 1 commit
  5. 25 May, 2022 1 commit
  6. 20 May, 2022 1 commit
  7. 14 Apr, 2022 1 commit
  8. 09 Feb, 2022 1 commit
  9. 03 Feb, 2022 1 commit
  10. 11 Jan, 2022 1 commit
  11. 10 Jan, 2022 1 commit
  12. 08 Oct, 2021 3 commits
  13. 15 Jul, 2021 1 commit
  14. 14 Jul, 2021 3 commits
  15. 13 Jul, 2021 2 commits
  16. 13 May, 2021 1 commit
  17. 28 Apr, 2021 1 commit
  18. 26 Apr, 2021 1 commit
  19. 21 Apr, 2021 1 commit
  20. 29 Mar, 2021 1 commit
  21. 27 Mar, 2021 1 commit
  22. 04 Mar, 2021 1 commit
  23. 15 Dec, 2020 1 commit
  24. 11 Dec, 2020 1 commit
  25. 02 Nov, 2020 1 commit
  26. 08 Oct, 2020 1 commit
  27. 09 Aug, 2020 1 commit
  28. 11 Jun, 2020 1 commit
  29. 10 Jun, 2020 1 commit
  30. 04 Jun, 2020 1 commit
  31. 02 Jun, 2020 1 commit
  32. 28 May, 2020 1 commit
  33. 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
  34. 10 May, 2020 1 commit
  35. 07 Apr, 2020 1 commit
    • Greg Spencer's avatar
      Revise Action API (#42940) · 0f68b46f
      Greg Spencer authored
      This updates the Action API in accordance with the design doc for the changes: flutter.dev/go/actions-and-shortcuts-design-revision
      
      Fixes #53276
      0f68b46f