- 18 Jul, 2019 1 commit
-
-
Mouad Debbar authored
-
- 03 Jul, 2019 1 commit
-
-
Michael Goderbauer authored
-
- 02 Jul, 2019 1 commit
-
-
Alexandre Ardhuin authored
* more ui-as-code * address review comments
-
- 20 Jun, 2019 2 commits
-
-
Dan Field authored
-
Jacob Richman authored
Breaking change to extremely rarely used ParentDataWidget.debugDescribeInvalidAncestorChain api changing the return type of the method from String to DiagnosticsNode.
-
- 19 Jun, 2019 1 commit
-
-
chunhtai authored
-
- 13 Jun, 2019 1 commit
-
-
Dan Field authored
-
- 16 May, 2019 2 commits
-
-
chunhtai authored
-
Alexandre Ardhuin authored
* use null aware operators * rollback changes about null-aware operator * disable lint prefer_is_not_empty
-
- 10 Apr, 2019 1 commit
-
-
Sam Rawlins authored
-
- 26 Mar, 2019 1 commit
-
-
Amir Hardon authored
This PR limits the framework generated semantic node IDs to be smaller than 2^16, this allows to safely generate semantic node in the engine with IDs >= 2^16 avoiding ID collision (which is done in flutter/engine#8250).
-
- 12 Mar, 2019 1 commit
-
-
Michael Goderbauer authored
-
- 08 Mar, 2019 1 commit
-
-
Greg Spencer authored
This removes references to SemanticsSortOrder, which was removed a long time ago.
-
- 06 Mar, 2019 1 commit
-
-
Phil Quitslund authored
-
- 01 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* add trailing commas on list/map/parameters * add trailing commas on Invocation with nb of arg>1 * add commas for widget containing widgets * add trailing commas if instantiation contains trailing comma * revert bad change
-
- 21 Feb, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 15 Feb, 2019 1 commit
-
-
Greg Spencer authored
This converts all remaining "## Sample code" segments into snippets, and fixes the snippet generator to handle multiple snippets in the same dartdoc block properly. I also generated, compiled, and ran each of the existing application samples, and fixed them up to be more useful and/or just run without errors. This PR fixes these problems with examples: 1. Switching tabs in a snippet now works if there is more than one snippet in a single dartdoc block. 2. Generation of snippet code now works if there is more than one snippet. 3. Contrast of text and links in the code sample block has been improved to recommended levels. 4. Added five new snippet templates, including a "freeform" template to make it possible to show examples that need to change the app instantiation. 5. Fixed several examples to run properly, a couple by adding the "Scaffold" widget to the template, a couple by just fixing their code. 6. Fixed visual look of some of the samples when they run by placing many samples inside of a Scaffold. 7. In order to make it easier to run locally, changed the sample analyzer to remove the contents of the supplied temp directory before running, since having files that hang around is problematic (only a problem when running locally with the `--temp` argument). 8. Added a `SampleCheckerException` class, and handle sample checking exceptions more gracefully. 9. Deprecated the old "## Sample code" designation, and added enforcement for the deprecation. 10. Removed unnecessary `new` from templates (although they never appeared in the samples thanks to dartfmt, but still). Fixes #26398 Fixes #27411
-
- 05 Feb, 2019 1 commit
-
-
Matt Carroll authored
-
- 18 Jan, 2019 1 commit
-
-
Greg Spencer authored
-
- 16 Jan, 2019 2 commits
-
-
Michael Goderbauer authored
-
Seth Westphal authored
-
- 18 Dec, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 20 Nov, 2018 1 commit
-
-
Dan Field authored
* update semantics properties doc
-
- 09 Oct, 2018 1 commit
-
-
Jonah Williams authored
-
- 01 Oct, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 14 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 31 Aug, 2018 1 commit
-
-
Jonah Williams authored
-
- 17 Aug, 2018 1 commit
-
-
Jonah Williams authored
-
- 08 Aug, 2018 1 commit
-
-
Jonah Williams authored
-
- 02 Aug, 2018 1 commit
-
-
Jonah Williams authored
-
- 30 Jul, 2018 1 commit
-
-
Jonah Williams authored
-
- 27 Jul, 2018 3 commits
-
-
Todd Volkert authored
This reverts commit e52eeba3.
-
Todd Volkert authored
* Revert "Revert flutter/flutter#19592 (#19861)" This reverts commit 00aac68e. * Revert "roll engine to 6f7bdc9fabef810b14577deef5cf330029fd290e (#19848)" This reverts commit 8b056296.
-
Jonah Williams authored
-
- 24 Jul, 2018 1 commit
-
-
Jonah Williams authored
Changes: - Move the SemanticsConfiguration update from RenderToggleable to each subclass, so that Switch can use toggled. - Add image, liveRegion, toggled properties to Semantics, SemanticsConfiguration, SemanticsNode - Added semanticsLabel and excludeFromSemantics to Image (the latter so that we avoid creating a semantics node) - Added onDismiss semantics action which maps to the modal escape on iOS and dismiss action on Android. - Added dismiss and liveRegion to snackbar widget - Updated custom painter semantics to handle image, liveRegion, toggle - Updated relevant tests to use correct flag/action
-
- 23 Jul, 2018 1 commit
-
-
Alexandre Ardhuin authored
* re-enable lint unnecessary_const * remove trailling whitespaces * remove unnecessary const (after merge)
-
- 20 Jul, 2018 2 commits
-
-
Greg Spencer authored
-
Jonah Williams authored
-
- 15 Jun, 2018 1 commit
-
-
Jonah Williams authored
-