1. 11 Oct, 2023 1 commit
  2. 05 Sep, 2023 1 commit
  3. 14 Aug, 2023 1 commit
  4. 09 Aug, 2023 1 commit
  5. 08 Aug, 2023 1 commit
  6. 07 Aug, 2023 1 commit
  7. 14 Jul, 2023 1 commit
  8. 30 Jun, 2023 1 commit
  9. 13 Jun, 2023 1 commit
  10. 25 May, 2023 1 commit
  11. 11 May, 2023 1 commit
    • Qun Cheng's avatar
      Reorder `materialStateProperty` defaults (#125905) · 4e7e4512
      Qun Cheng authored
      Fixes #122250. This PR is to make sure all the MaterialStateProperty defaults are able to correctly resolve different states. 
      * When a widget is pressed, it is also hovered, so we need to put the `MaterialState.pressed` check before `MaterialState.hovered`. 
      * When a widget is focused, the widget should still be able to be hovered, so we should check `MaterialState.hovered` before `MaterialState.focused`.
      * There are also cases like in _InputDecoratorDefaultsM3, the `MaterialState.disabled` should be checked before `MaterialState.error`.
      
       the order should be disabled, (error), pressed, hovered, focused.
      4e7e4512
  12. 25 Apr, 2023 1 commit
  13. 04 Apr, 2023 1 commit
  14. 21 Dec, 2022 1 commit
  15. 20 Sep, 2022 1 commit
  16. 02 Sep, 2022 1 commit
  17. 02 Aug, 2022 1 commit
  18. 20 May, 2022 1 commit
  19. 19 May, 2022 1 commit
  20. 27 Apr, 2022 1 commit
  21. 03 Feb, 2022 1 commit
  22. 08 Oct, 2021 3 commits
  23. 30 Aug, 2021 1 commit
  24. 15 Jul, 2021 1 commit
  25. 14 Jul, 2021 3 commits
  26. 13 Jul, 2021 2 commits
  27. 21 May, 2021 1 commit
  28. 14 May, 2021 1 commit
  29. 13 May, 2021 1 commit
  30. 04 May, 2021 2 commits
  31. 28 Apr, 2021 1 commit
  32. 26 Apr, 2021 1 commit
  33. 23 Apr, 2021 1 commit
  34. 21 Apr, 2021 1 commit