1. 28 Feb, 2024 1 commit
  2. 27 Feb, 2024 2 commits
  3. 22 Feb, 2024 1 commit
  4. 20 Feb, 2024 1 commit
  5. 20 Jan, 2024 1 commit
    • LongCatIsLooong's avatar
      Remove more textScaleFactor references (#141816) · 5892a003
      LongCatIsLooong authored
      Remove more `textScaleFactor` references from flutter/flutter.  
      
      - Some changes are related to label scaling: the padding EdgeInsets values of some chip subclasses scale linearly between predetermined "max" padding values and "min" padding values. Before they scale with the `textScaleFactor` scalar, now they scale with the font size and are still capped at the original "max" and "min" values.
      - The rest of them are tests or size heuristics that depend on `textScaleFactor`, these are replaced by an effective text scale factor computed using a default font size (which is determined in a pretty random fashion, but it will only make a difference on Android 14+).
      
      No API changes in this batch. There are still some references left that I intend to remove in a different batch that would introduce API changes.
      5892a003
  6. 15 Dec, 2023 1 commit
  7. 18 Oct, 2023 1 commit
    • Arash's avatar
      [Feat] Stroke color for Slider value indicator (#135986) · a9567313
      Arash authored
      Consider a scenario where the background color and indicator's background color are the same. 
      
      Adding a stroke color to the value indicator would be a valuable for the following reasons:
      - **Visual Clarity:** It would allow developers to make the value indicator stand out more against the background, making it easier for users to notice.
      - **Customization:** It would provide more flexibility in customizing the appearance of the sliding widget, allowing developers to match the design requirements of their apps.
      - **Accessibility:** Improved visual distinction can enhance the accessibility of the sliding widget for users with various needs.
      
      *List which issues are fixed by this PR. You must list at least one issue.*
      
      Fixes #135984
      a9567313
  8. 11 Oct, 2023 1 commit
  9. 05 Sep, 2023 1 commit
  10. 14 Aug, 2023 1 commit
  11. 09 Aug, 2023 1 commit
  12. 08 Aug, 2023 1 commit
  13. 07 Aug, 2023 1 commit
  14. 22 Jul, 2023 1 commit
  15. 13 Jun, 2023 1 commit
    • Qun Cheng's avatar
      Update unit tests in material library for Material 3 (#128725) · a5f8b64e
      Qun Cheng authored
      Updates most of the unit tests in the packages/flutter/test/material folder so that they'll pass if ThemeData.useMaterial3 defaults to true.
      
      All of the tests have wired useMaterial3 to false and will need to be updated with a M3 version.
      
      related to #127064
      a5f8b64e
  16. 30 May, 2023 1 commit
  17. 01 May, 2023 1 commit
  18. 28 Apr, 2023 1 commit
  19. 16 Feb, 2023 1 commit
  20. 01 Feb, 2023 1 commit
  21. 17 Nov, 2022 1 commit
  22. 02 Nov, 2022 1 commit
  23. 31 Oct, 2022 1 commit
  24. 06 Oct, 2022 1 commit
  25. 28 Aug, 2022 1 commit
  26. 22 Aug, 2022 1 commit
  27. 06 Jun, 2022 1 commit
  28. 20 May, 2022 1 commit
  29. 19 May, 2022 1 commit
  30. 27 Apr, 2022 1 commit
  31. 26 Apr, 2022 1 commit
  32. 03 Mar, 2022 1 commit
  33. 03 Feb, 2022 1 commit
  34. 14 Jan, 2022 1 commit
  35. 08 Oct, 2021 3 commits
  36. 02 Jul, 2021 1 commit
  37. 28 Apr, 2021 1 commit