- 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
-
- 20 Mar, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 07 Mar, 2018 1 commit
-
-
Josh Soref authored
* spelling: accommodate * spelling: allotted * spelling: anonymous * spelling: artificial * spelling: associated * spelling: asset * spelling: button * spelling: canvas * spelling: compatibility * spelling: coverage * spelling: condition * spelling: decoration * spelling: deferring * spelling: diameter * spelling: direction * spelling: displacement * spelling: dropdown * spelling: needing * spelling: environment * spelling: exited * spelling: expansion * spelling: explore * spelling: families * spelling: horizontal * spelling: increment * spelling: indices * spelling: internationalization * spelling: labrador * spelling: localizations * spelling: midflight * spelling: milliseconds * spelling: minimum * spelling: multiple * spelling: multiplication * spelling: navigator * spelling: overridden * spelling: package * spelling: performance * spelling: platform * spelling: porsche * spelling: position * spelling: preceded * spelling: precede * spelling: precedence * spelling: print * spelling: property * spelling: readily * spelling: reproducibility * spelling: rounded * spelling: scroll * spelling: separate * spelling: separator * spelling: services * spelling: specific * spelling: specify * spelling: synchronously * spelling: through * spelling: timeout * spelling: triangle * spelling: trivial * spelling: unusual * spelling: then * spelling: vertically * spelling: visible * spelling: visited * spelling: voice
-
- 05 Mar, 2018 1 commit
-
-
Jonah Williams authored
* add a debug check that the returned Type of State.initState and State.didUpdateWidget are not Futures * add test to verify that async lifecycles throw FlutterErrors * address some feedback, match implementation of setState check * address feedback from hixie * fix odd spacing in test
-
- 15 Feb, 2018 1 commit
-
-
Ian Hickson authored
-
- 09 Feb, 2018 1 commit
-
-
Vyacheslav Egorov authored
This allows const GlobalObjectKey(0) to be concisely formatted as [GlobalObjectKey int#0000] in both Dart 2 and Dart 1 modes. Without this change it would be formatted as [GlobalObjectKey<State<StatefulWidget>> int#0000] because in Dart 2 types are instantiated to bounds. In addition to retaining general readability this also fixes few tests that rely on this short string representation (see test/widgets/global_keys_duplicated_test.dart).
-
- 06 Feb, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 02 Feb, 2018 2 commits
-
-
Alexandre Ardhuin authored
-
Ian Hickson authored
For example, so that the gallery can override the media query globally.
-
- 11 Jan, 2018 1 commit
-
-
Sebastiano Poggi authored
-