- 18 Oct, 2023 1 commit
-
-
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
-
- 20 Sep, 2023 1 commit
-
-
Greg Spencer authored
## Description This removes all of the comments that are of the form "so-and-so (must not be null|can ?not be null|must be non-null)" from the cases where those values are defines as non-nullable values. This PR removes them from the material library. This was done by hand, since it really didn't lend itself to scripting, so it needs to be more than just spot-checked, I think. I was careful to leave any comment that referred to parameters that were nullable, but I may have missed some. In addition to being no longer relevant after null safety has been made the default, these comments were largely fragile, in that it was easy for them to get out of date, and not be accurate anymore anyhow. This did create a number of constructor comments which basically say "Creates a [Foo].", but I don't really know how to avoid that in a large scale change, since there's not much you can really say in a lot of cases. I think we might consider some leniency for constructors to the "Comment must be meaningful" style guidance (which we de facto have already, since there are a bunch of these). ## Related PRs - https://github.com/flutter/flutter/pull/134984 - https://github.com/flutter/flutter/pull/134992 - https://github.com/flutter/flutter/pull/134993 - https://github.com/flutter/flutter/pull/134994 ## Tests - Documentation only change.
-
- 16 May, 2023 1 commit
-
-
Michael Goderbauer authored
-
- 01 May, 2023 1 commit
-
-
Viren Khatri authored
design doc: https://docs.flutter.dev/go/permissible-slider-interaction closes #113370 open questions: - No, as `SliderInteraction.none` doesn't exist anymore. - Yes (done) - Yes. - SliderInteraction - SliderAction - Slider.allowedInteraction - Slider.permissibleInteraction - Slider.interaction - Slider.allowedAction - Slider.permittedAction
-
- 28 Apr, 2023 1 commit
-
-
arvin authored
-
- 22 Mar, 2023 1 commit
-
-
Michael Goderbauer authored
Remove 1745 decorative breaks
-
- 16 Feb, 2023 1 commit
-
-
Hans Muller authored
-
- 24 Jan, 2023 1 commit
-
-
Michael Goderbauer authored
* dart fix --apply * manual fixes
-
- 17 Nov, 2022 1 commit
-
-
Taha Tesser authored
* Add Material 3 support for Slider - Part 2 * Kick tests * Update drawing order to fix html renderer bug * Update test
-
- 02 Sep, 2022 1 commit
-
-
Pierre-Louis authored
-
- 28 Aug, 2022 1 commit
-
-
Akshdeep Singh authored
-
- 06 Jun, 2022 1 commit
-
-
Jonah Williams authored
-
- 25 May, 2022 1 commit
-
-
Pierre-Louis authored
* Use `curly_braces_in_flow_control_structures` for `material` * include test/material * add back removed comments
-
- 18 May, 2022 1 commit
-
-
gaaclarke authored
-
- 17 May, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 27 Apr, 2022 1 commit
-
-
Pierre-Louis authored
-
- 14 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 01 Mar, 2022 1 commit
-
-
Viren Khatri authored
* migrates lib/foundation and lib/widgets * migrates lib/painting and lib/material * migrates lib/cupertino, lib/gestures, lib/services, lib/semantics and lib/rendering * fixes failing tests * migrates test/ * improves hashing of lists
-
- 22 Feb, 2022 1 commit
-
-
Tomasz Gucio authored
-
- 17 Feb, 2022 1 commit
-
-
Kate Lovett authored
-
- 14 Jan, 2022 1 commit
-
-
Hans Muller authored
-
- 17 Nov, 2021 1 commit
-
-
Léo Salé authored
-
- 02 Jul, 2021 1 commit
-
-
Mohammad Ghalayini authored
Use additionalActiveTrackHeight when painting the radius of RoundedRectSliderTrackShape's active track (#85697)
-
- 12 Jun, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 May, 2021 1 commit
-
-
nt4f04uNd authored
-
- 31 Mar, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 12 Mar, 2021 2 commits
-
-
Michael Goderbauer authored
-
Greg Spencer authored
Update samples to use repo analysis options, Fix sample templates and a ton of analyzer issues (#77868)
-
- 11 Feb, 2021 1 commit
-
-
Kate Lovett authored
-
- 29 Jan, 2021 1 commit
-
-
Sam Rawlins authored
-
- 28 Jan, 2021 1 commit
-
-
xubaolin authored
-
- 15 Dec, 2020 1 commit
-
-
Darren Austin authored
-
- 11 Dec, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 18 Nov, 2020 1 commit
-
-
xubaolin authored
-
- 02 Nov, 2020 2 commits
-
-
Greg Spencer authored
-
Michael Goderbauer authored
-
- 27 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 15 Oct, 2020 1 commit
-
-
Darren Austin authored
-
- 10 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
* migrate material to nullsafety * address review comments * address review comments * fix build
-