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