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