1. 28 Oct, 2022 1 commit
  2. 29 Sep, 2022 1 commit
  3. 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
  4. 02 Sep, 2022 1 commit
  5. 08 Aug, 2022 1 commit
  6. 03 Aug, 2022 1 commit
  7. 29 Jul, 2022 1 commit
  8. 28 Jul, 2022 1 commit
  9. 08 Jul, 2022 1 commit
  10. 20 Jun, 2022 1 commit
  11. 01 Jun, 2022 1 commit
  12. 31 May, 2022 1 commit
  13. 13 May, 2022 1 commit
  14. 28 Apr, 2022 1 commit
  15. 08 Mar, 2022 1 commit
  16. 04 Mar, 2022 1 commit
  17. 23 Feb, 2022 1 commit
  18. 21 Jan, 2022 1 commit
  19. 08 Oct, 2021 3 commits
  20. 20 Sep, 2021 1 commit
  21. 30 Aug, 2021 1 commit
  22. 28 Jun, 2021 1 commit
  23. 25 Jun, 2021 1 commit
  24. 13 May, 2021 1 commit
  25. 28 Apr, 2021 1 commit
  26. 23 Mar, 2021 1 commit
  27. 17 Feb, 2021 1 commit
  28. 12 Feb, 2021 1 commit
  29. 11 Feb, 2021 1 commit
  30. 04 Feb, 2021 1 commit
  31. 27 Jan, 2021 1 commit
  32. 26 Jan, 2021 1 commit
  33. 23 Jan, 2021 1 commit
  34. 23 Dec, 2020 1 commit
  35. 08 Dec, 2020 1 commit
  36. 20 Nov, 2020 1 commit
  37. 28 Oct, 2020 1 commit
    • Greg Spencer's avatar
      Remove `nullOk` in `MediaQuery.of` (#68736) · 55289324
      Greg Spencer authored
      Adds MediaQuery.maybeOf to replace calling MediaQuery.of(context, nullOk: true), and removes the nullOk parameter. Also changes MediaQuery.of to return a non-nullable value, and removes many instances of the ! operator, reducing the possible places where a null dereference could occur.
      55289324
  38. 22 Oct, 2020 1 commit