1. 20 Jul, 2023 1 commit
  2. 18 Jul, 2023 1 commit
  3. 09 Jun, 2023 2 commits
  4. 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
  5. 24 Apr, 2023 1 commit
  6. 15 Mar, 2023 1 commit
  7. 13 Mar, 2023 1 commit
  8. 04 Mar, 2023 1 commit
  9. 07 Feb, 2023 1 commit
  10. 24 Jan, 2023 1 commit
  11. 17 Jan, 2023 1 commit
  12. 03 Jan, 2023 1 commit
  13. 28 Dec, 2022 1 commit
  14. 28 Nov, 2022 1 commit
  15. 15 Nov, 2022 1 commit
  16. 24 Oct, 2022 1 commit
  17. 19 Sep, 2022 1 commit
  18. 14 Sep, 2022 1 commit
  19. 12 Sep, 2022 1 commit
  20. 06 Sep, 2022 1 commit
    • Darren Austin's avatar
      Fixing elevation issues with Material 3 (#110624) · 33ed6a35
      Darren Austin authored
      * Added support for surfaceTintColor and shadowColor to the Dialog widgets.
      * Updated the defaults for Material.shadowColor and Material.surfaceTint to allow turning off the features with a transparent color.
      * Added support for shadowColor and surfaceTintColor for Drawer widget.
      33ed6a35
  21. 01 Sep, 2022 1 commit
  22. 23 Aug, 2022 1 commit
  23. 18 Aug, 2022 1 commit
  24. 11 Aug, 2022 2 commits
  25. 10 Aug, 2022 1 commit
  26. 03 Aug, 2022 1 commit
  27. 19 Jul, 2022 1 commit
  28. 11 Jul, 2022 1 commit
  29. 06 Jul, 2022 1 commit
  30. 15 Jun, 2022 1 commit
  31. 10 Jun, 2022 1 commit
  32. 07 Jun, 2022 2 commits
  33. 25 May, 2022 1 commit
  34. 27 Apr, 2022 1 commit
  35. 14 Apr, 2022 1 commit
  36. 14 Jan, 2022 1 commit
  37. 01 Dec, 2021 1 commit