- 14 May, 2019 1 commit
-
-
Greg Spencer authored
Added diagnostic output for needsCompositing to RenderObject diagnostics output.
-
- 01 May, 2019 1 commit
-
-
Jacob Richman authored
Make FlutterError objects more structured so they can be displayed better in debugging tools such as Dart DevTools.
-
- 10 Apr, 2019 1 commit
-
-
Sam Rawlins authored
-
- 11 Mar, 2019 1 commit
-
-
Michael Goderbauer authored
-
- 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
-
- 29 Jan, 2019 3 commits
-
-
Alexandre Ardhuin authored
-
Konstantin Scheglov authored
-
Michael Goderbauer authored
-
- 16 Jan, 2019 1 commit
-
-
Michael Goderbauer authored
-
- 21 Dec, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 18 Dec, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 15 Dec, 2018 1 commit
-
-
Michael Goderbauer authored
This reverts commit ea7d086e. The revert did not fix the flakiness.
-
- 14 Dec, 2018 1 commit
-
-
Michael Goderbauer authored
This reverts commit 5c1f1d76. Reverting to see if that fixes flakiness of flutter_gallery__transition_perf_with_semantics in devicelab.
-
- 13 Dec, 2018 1 commit
-
-
Michael Goderbauer authored
-
- 10 Dec, 2018 1 commit
-
-
Michael Goderbauer authored
Fixes #20313.
-
- 08 Nov, 2018 1 commit
-
-
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.
-
- 03 Nov, 2018 1 commit
-
-
Yegor authored
-
- 31 Oct, 2018 1 commit
-
-
Michael Goderbauer authored
-
- 29 Oct, 2018 1 commit
-
-
Jacob Richman authored
-
- 25 Oct, 2018 1 commit
-
-
liyuqian authored
For #21756
-
- 17 Oct, 2018 1 commit
-
- 05 Oct, 2018 2 commits
-
-
Yegor authored
* first pass * revert WidgetsBindingObserver * disable prefer_mixin * docs and more mixins * newer engine; binding fixes * upgrade dependencies * fix test binding * remove whitespace * remove the obsolete `enableSuperMixins: true` * upgrade dartdoc to 0.22.0 * temporarily use git version of dartdoc * fix pub global activate syntax * use dartdoc 0.23.0
- 14 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 13 Sep, 2018 1 commit
-
-
liyuqian authored
In my local tests, this should finally fix https://github.com/flutter/flutter/issues/21617
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 07 Sep, 2018 1 commit
-
-
Jacob Richman authored
Revert "Revert "Enable taking screenshots of arbitrary RenderObjects from a running a… (#20637)" (#21395)" (#21448) This reverts commit 5b5a5b82.
-
- 04 Sep, 2018 2 commits
-
-
Jonah Williams authored
This reverts commit 3306fc10.
-
Jacob Richman authored
Enable taking screenshots of arbitrary RenderObjects from a running application from within the inspector. Key functionality is in the added _ScreenshotPaintingContext class.
-
- 09 Aug, 2018 1 commit
-
-
liyuqian authored
This fixes https://github.com/flutter/flutter/issues/18057
-
- 03 Aug, 2018 1 commit
-
-
liyuqian authored
See details in our proposal for this breaking API change and #18057. This PR setup all code paths to allow the change but doesn't change the clip behavior by itself. We'll change `defaultClipBehavior` from `Clip.antiAlias` to `Clip.none` in the following PR to change the clip behavior and update tests.
-
- 31 Jul, 2018 1 commit
-
-
Jonah Williams authored
-
- 11 Jul, 2018 1 commit
-
-
Michael Goderbauer authored
Instead, if the surface is 0x0 semantics will just generate one root semantics node with size of 0x0. The node will have no children because all children are invisible and (except for the root node with this change) invisible children are dropped.
-
- 21 Jun, 2018 2 commits
-
-
Yegor authored
-
liyuqian authored
This is a follow up on https://github.com/flutter/engine/pull/5420 and https://github.com/flutter/flutter/issues/18057 As you can see from the diff, we also mistakenly saveLayer before the clip at some places previously.
-
- 14 Jun, 2018 1 commit
-
-
xster 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.
-