1. 06 Jun, 2023 1 commit
  2. 05 Jun, 2023 1 commit
    • Kate Lovett's avatar
      Remove scrollbar deprecations isAlwaysShown and hoverThickness (#127351) · a3ddead1
      Kate Lovett authored
      The deprecated `[RawScrollbar/Scrollbar/CupertinoScrollbar/ScrollbarThemeData].isAlwaysShown` has expired and is removed in thi PR.
      Also, `Scrollbar.hoverThickness` is also removed after having expired.
      
      The replacement for `isAlwaysShown` is `thumbVisibility`. This deprecation was introduced in #96957. The name change came from new behaviors like a track that is conditionally visible. Since the original API only referred to the thumb, the name was changed to reflect this intention. This change is supported by dart fix. ✅ 
      
      The replacement for `hoverThickness` is `ScrollbarThemeData.thickness`, which is a MaterialStateProperty that allows for the thickness to respond to multiple states including hover. This deprecation was introduced in #97173. This change is not supported by dart fix. 😞  
      
      Part of https://github.com/flutter/flutter/issues/127042
      a3ddead1
  3. 30 May, 2023 1 commit
  4. 26 May, 2023 2 commits
  5. 04 May, 2023 1 commit
  6. 25 Apr, 2023 1 commit
  7. 13 Apr, 2023 1 commit
  8. 05 Apr, 2023 1 commit
  9. 29 Mar, 2023 1 commit
  10. 28 Feb, 2023 1 commit
  11. 23 Feb, 2023 1 commit
    • Taha Tesser's avatar
      Fix `SliverAppBar.medium` & `SliverAppBar.large` title overlap with... · 56e1bddc
      Taha Tesser authored
      Fix `SliverAppBar.medium` & `SliverAppBar.large` title overlap with leading/actions widgets, leading width, and title spacing (#120780)
      
      * Fix `SliverAppBar.medium` & `SliverAppBar.large` title overlap with leading/actions widgets, leading width, and title spacing
      
      * Add `titleSpacing` theme tests and consolidate multiple tests for the same widgets
      56e1bddc
  12. 15 Feb, 2023 1 commit
  13. 02 Feb, 2023 1 commit
  14. 18 Jan, 2023 1 commit
  15. 12 Jan, 2023 1 commit
  16. 20 Dec, 2022 1 commit
  17. 13 Dec, 2022 1 commit
  18. 07 Nov, 2022 1 commit
  19. 31 Oct, 2022 1 commit
  20. 06 Oct, 2022 1 commit
  21. 01 Sep, 2022 1 commit
  22. 31 Aug, 2022 1 commit
  23. 23 Aug, 2022 2 commits
  24. 22 Aug, 2022 1 commit
  25. 18 Aug, 2022 1 commit
  26. 17 Aug, 2022 1 commit
  27. 11 Aug, 2022 2 commits
  28. 03 Aug, 2022 1 commit
  29. 25 May, 2022 1 commit
  30. 24 May, 2022 1 commit
  31. 20 May, 2022 1 commit
  32. 18 May, 2022 2 commits
  33. 05 May, 2022 1 commit
  34. 03 May, 2022 1 commit
  35. 27 Apr, 2022 2 commits