- 14 Feb, 2019 1 commit
-
-
Todd Volkert authored
This reverts commit 1d93e924.
-
- 13 Feb, 2019 2 commits
-
-
Ian Hickson authored
In particular, make debugVisitOnstageChildren only work in debug mode, and add documentation.
-
Jonah Williams authored
-
- 04 Feb, 2019 2 commits
-
-
Sander Kersten authored
-
Hans Muller authored
-
- 30 Jan, 2019 1 commit
-
-
Michael Goderbauer authored
-
- 29 Jan, 2019 2 commits
-
-
Alexandre Ardhuin authored
-
Remi Rousselet authored
-
- 16 Jan, 2019 1 commit
-
-
Seth Westphal authored
-
- 21 Dec, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 18 Dec, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 11 Dec, 2018 1 commit
-
-
Hans Muller authored
-
- 27 Nov, 2018 1 commit
-
-
Ian Hickson authored
-
- 14 Nov, 2018 1 commit
-
-
James D. Lin authored
-
- 08 Nov, 2018 2 commits
-
-
Greg Spencer authored
This converts existing ## Sample code samples to {@tool sample}...{@end-tool} form. Also: 1. Fixed a minor bug in analyze-sample-code.dart 2. Made the snippet tool only insert descriptions if the description is non-empty. 3. Moved the Card diagram to before the code sample.
-
Ian Hickson authored
We have templates now.
-
- 29 Oct, 2018 1 commit
-
-
Jacob Richman authored
-
- 27 Oct, 2018 1 commit
-
-
Ian Hickson authored
* Created a variant of InheritedWidget specifically for Listenables * Add more documentation per review comments
-
- 25 Oct, 2018 1 commit
-
-
jslavitz authored
* Adds test and builder
-
- 17 Oct, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint prefer_void_to_null * replace last Null by void
-
- 27 Sep, 2018 1 commit
-
-
Yasutaka Kawamoto 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
-
- 07 Sep, 2018 3 commits
-
-
Hans Muller authored
-
Alexandre Ardhuin authored
* lint unnecessary_new on samples * fix tests
-
Mehmet Fidanboylu authored
This reverts commit 343b5703. Reverting because the assert introduced in framework.dart(inheritFromElement) is breaking certain Mulligan pages. @hixie suspects it might be due to global keys.
-
- 04 Sep, 2018 1 commit
-
-
Hans Muller authored
Added InheritedModel: An InheritedWidget that's intended to be used as the base class for models whose dependents may only depend on one part or "aspect" of the overall model.
-
- 28 Aug, 2018 1 commit
-
-
xster authored
-
- 17 Aug, 2018 1 commit
-
-
Janice Collins authored
-
- 10 Aug, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 20 Jul, 2018 1 commit
-
-
Greg Spencer authored
-
- 21 Jun, 2018 1 commit
-
-
Yegor authored
-
- 13 Jun, 2018 1 commit
-
-
Chris Bracken authored
fuchsia_tester.dart still assumes Dart 1. Previously, it ran tests directly from source, flutter_platform.dart automatically runs a kernel compile when operating in Dart 2 mode, but this assumes a functional Dart SDK is available in the artifacts directly, and fuchsia_tester.dart mocks out the artifacts directory with an empty temp dir. Remaining work is: 1. Get the frontend server building as a dependency on Fuchsia. 2. Patch fuchsia_tester.dart to use a valid Dart SDK and frontend server. This also reverts migration to Dart 2 typedef syntax. This reverts commit 6c56bb24. (#18362) This reverts commit 3daebd05. (#18316)
-
- 11 Jun, 2018 1 commit
-
-
Greg Spencer authored
Now that Dart 1 is turned off, reapplying my change to turn on the prefer_generic_function_type_aliases analysis option, and fix all the typedefs to Dart 2 preferred syntax. Also eliminated the unused analysis_options_repo.yaml file and turned on public_member_api_docs in analysys_options.yaml. No logic changes, just changing the typedef syntax for all typedefs, and updating analysis options.
-
- 05 Jun, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 30 May, 2018 2 commits
-
-
Greg Spencer authored
Revert "Update typedef syntax to use Function notation and turn on lint for old notation. (#18035)" (#18041) This reverts commit 32586020.
-
Greg Spencer authored
Fixes #18028 Just changes typedef declarations, no logic changes.
-
- 03 May, 2018 1 commit
-
-
Konstantin Scheglov authored
-
- 20 Apr, 2018 1 commit
-
-
Jonah Williams authored
* log error when calling setState in constructor
-
- 22 Mar, 2018 1 commit
-
-
Greg Spencer authored
-