- 05 Jun, 2023 1 commit
-
-
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
-
- 22 Mar, 2023 1 commit
-
-
Michael Goderbauer authored
Remove 1745 decorative breaks
-
- 09 Dec, 2022 1 commit
-
-
Callum Moffat authored
-
- 19 Oct, 2022 1 commit
-
-
Oleg authored
-
- 16 Sep, 2022 1 commit
-
-
Kate Lovett 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
-
- 27 Apr, 2022 1 commit
-
-
Pierre-Louis authored
-
- 14 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 03 Feb, 2022 1 commit
-
-
Kate Lovett authored
-
- 28 Jan, 2022 1 commit
-
-
Kate Lovett authored
-
- 26 Jan, 2022 1 commit
-
-
Kate Lovett authored
-
- 24 Jan, 2022 1 commit
-
-
Kate Lovett authored
-
- 14 Jan, 2022 1 commit
-
-
Alberto authored
-
- 04 Dec, 2021 1 commit
-
-
xubaolin authored
-
- 01 Dec, 2021 1 commit
-
-
nt4f04uNd authored
-
- 04 Oct, 2021 1 commit
-
-
Greg Spencer authored
This does a cleanup of the examples, removing all of the "section" markers and extra comments that we don't need anymore now that the samples are no longer in the source code. It also removes the --template arguments from the {@tool dartpad} and {@tool sample} directives, since those are no longer used. It converts two examples that I discovered were still embedded into linked examples in the examples folder. I didn't delete the templates from the snippets config folder yet, because there are still embedded samples in the dart:ui package from the engine that use them. Once dart:ui no longer uses the templates, they can be removed. I bumped the version of the snippets package to pick up a change that allows removal of the --template argument.
-
- 25 Aug, 2021 1 commit
-
-
Greg Spencer authored
This extracts the sample code out from the API doc comments, and places them in separate files on disk, allowing running of the examples locally, testing them, and building of slightly larger examples.
-
- 04 Aug, 2021 1 commit
-
-
Viren Khatri authored
-
- 02 Jun, 2021 1 commit
-
-
Chinmoy authored
-
- 17 May, 2021 2 commits
-
-
Zachary Anderson authored
This reverts commit 4a720313.
-
Chinmoy authored
-
- 13 May, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 11 May, 2021 1 commit
-
-
Kate Lovett authored
-
- 10 May, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 17 Mar, 2021 1 commit
-
-
Kabo authored
-
- 15 Mar, 2021 1 commit
-
-
Abhishek Ghaskata authored
-
- 10 Mar, 2021 1 commit
-
-
Kate Lovett authored
-
- 18 Feb, 2021 1 commit
-
-
Kate Lovett authored
-
- 29 Jan, 2021 1 commit
-
-
Sam Rawlins authored
-
- 19 Jan, 2021 1 commit
-
-
xubaolin authored
-
- 16 Jan, 2021 1 commit
-
-
Jenn Magder authored
This reverts commit 99daddc2.
-
- 15 Jan, 2021 1 commit
-
-
xubaolin authored
-
- 14 Jan, 2021 1 commit
-
-
Kate Lovett authored
-
- 13 Jan, 2021 1 commit
-
-
Kate Lovett authored
-
- 23 Dec, 2020 1 commit
-
-
Kate Lovett authored
-
- 17 Dec, 2020 1 commit
-
-
Kate Lovett authored
-
- 11 Dec, 2020 1 commit
-
-
Kate Lovett authored
-
- 02 Nov, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 30 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 28 Oct, 2020 1 commit
-
-
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.
-