- 03 Feb, 2022 1 commit
-
-
Ian Hickson authored
-
- 10 Jan, 2022 1 commit
-
-
Viren Khatri authored
-
- 14 Dec, 2021 1 commit
-
-
Sam Rawlins authored
-
- 12 Dec, 2021 1 commit
-
-
Dan Field authored
-
- 07 Dec, 2021 1 commit
-
-
Dan Field authored
-
- 03 Nov, 2021 1 commit
-
-
LongCatIsLooong authored
-
- 15 Oct, 2021 1 commit
-
-
Ian Hickson 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.
-
- 01 Oct, 2021 1 commit
-
-
Ian Hickson authored
-
- 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.
-
- 10 Aug, 2021 1 commit
-
-
LongCatIsLooong authored
-
- 15 Jul, 2021 1 commit
-
- 14 Jul, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 31de052e.
-
Ian Hickson authored
-
- 13 Jul, 2021 2 commits
-
-
Ian Hickson authored
This reverts commit e2490f29.
-
Ian Hickson authored
-
- 08 Jul, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 10 May, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 26 Apr, 2021 1 commit
-
-
Tong Mu authored
Applies #78522 to existing code, by replacing all occurrences of LogicalKeySet to SingleActivator or ShortcutActivator.
-
- 21 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 15 Apr, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 03 Apr, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 31 Mar, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 17 Mar, 2021 1 commit
-
-
William Oprandi authored
-
- 12 Mar, 2021 1 commit
-
-
Greg Spencer authored
Update samples to use repo analysis options, Fix sample templates and a ton of analyzer issues (#77868)
-
- 09 Mar, 2021 1 commit
-
-
Bishwajeet Parhi authored
-
- 04 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 02 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 18 Feb, 2021 1 commit
-
-
Ian Hickson authored
-
- 26 Jan, 2021 1 commit
-
-
Greg Spencer authored
This removes the nullOk parameter from Actions.invoke, and adds an Actions.maybeInvoke function. The difference is that invoke will now always (in debug mode) throw if an enabled action isn't found, and maybeInvoke will return null if an enabled action isn't found. The invoke function can still return null as the result of the invocation, though, so I purposely didn't change the return value to Object from Object?.
-
- 19 Jan, 2021 1 commit
-
-
Greg Spencer authored
Adds a couple of new examples to the Actions and Shortcuts widgets, and updates some documentation.
-
- 07 Jan, 2021 1 commit
-
-
Oscar Robles authored
Adds an example to the docs for ActionListener.
-
- 05 Jan, 2021 1 commit
-
-
Kate Lovett authored
-
- 24 Dec, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 15 Dec, 2020 1 commit
-
-
Greg Spencer authored
-
- 11 Dec, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 13 Nov, 2020 1 commit
-
-
Greg Spencer authored
Change the semantics of Actions.invoke so that if the action it finds is disabled, then it keeps looking for an ancestor Actions widgets that has a matching intent where the action is not disabled.
-
- 12 Nov, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 02 Nov, 2020 1 commit
-
-
Greg Spencer authored
-