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