- 25 Mar, 2017 1 commit
-
-
lyrachord authored
-
- 20 Mar, 2017 1 commit
-
-
Adam Barth authored
Fixes #8794
-
- 16 Mar, 2017 1 commit
-
-
Adam Barth authored
-
- 15 Mar, 2017 1 commit
-
-
Adam Barth authored
There aren't any subclasses of Element that don't also subclass BuildableElement and I suspect they wouldn't work properly anyway. Fixes #3656
-
- 14 Mar, 2017 1 commit
-
-
Adam Barth authored
The new name matches the style guide. (The old name was just old and predated the style guide.) Fixes #8000
-
- 08 Mar, 2017 2 commits
-
-
Alexandre Ardhuin authored
-
Ian Hickson authored
-
- 04 Mar, 2017 1 commit
-
-
Chris Bracken authored
Covers lib/ in package:flutter.
-
- 23 Feb, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 Feb, 2017 1 commit
-
-
Alexandre Ardhuin authored
Fixes #7734
-
- 16 Feb, 2017 1 commit
-
-
Todd Volkert authored
-
- 09 Feb, 2017 2 commits
-
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
-
- 06 Feb, 2017 1 commit
-
-
Ian Hickson authored
-
- 02 Feb, 2017 1 commit
-
-
Ian Hickson authored
-
- 31 Jan, 2017 1 commit
-
-
Ian Hickson authored
-
- 30 Jan, 2017 1 commit
- 29 Jan, 2017 1 commit
-
-
Ian Hickson authored
ValueKey and ObjectKey shouldn't be == with subclasses. Fixes https://github.com/flutter/flutter/issues/3107 Clean up toString for the keys a bit. Add a test for keys.
-
- 28 Jan, 2017 1 commit
-
-
Ian Hickson authored
The needsLayout getter is prone to misuse. See discussion on #3083.
-
- 27 Jan, 2017 1 commit
-
-
Ian Hickson authored
Rumours have it that this is faster now. Fixes https://github.com/flutter/flutter/issues/5154
-
- 26 Jan, 2017 1 commit
-
-
Ian Hickson authored
-
- 21 Jan, 2017 1 commit
-
-
Ian Hickson authored
-
- 18 Jan, 2017 1 commit
-
-
Adam Barth authored
I see these errors in Atom on my Mac. I'm not sure why they're not being picked up by the bots.
-
- 11 Jan, 2017 2 commits
-
-
Adam Barth authored
Previously we asserted that the element was not in the dirty list, but there are scenarios where the element can be in the dirty list already. This patch makes markNeedsBuild handle those cases by simply resorting the dirty list. Fixes #6119
-
Adam Barth authored
Also, make the exception handling for global key listeners slightly more robust.
-
- 09 Dec, 2016 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 Nov, 2016 1 commit
-
-
Adam Barth authored
-
- 19 Nov, 2016 1 commit
-
-
Ian Hickson authored
-
- 18 Nov, 2016 1 commit
-
-
Günter Zöchbauer authored
-
- 16 Nov, 2016 4 commits
-
-
Ian Hickson authored
...at least not in the traditional markdown style. So let's try HTML instead.
-
Ian Hickson authored
...so that when you detach, you still have the slot, the parentData, etc.
-
Ian Hickson authored
-
Ian Hickson authored
...to avoid confusion with "detachRenderObject" which is basically unrelated.
-
- 15 Nov, 2016 1 commit
-
-
Ian Hickson authored
See https://github.com/flutter/flutter/pull/6861 This silences all but two of the warnings from https://travis-ci.org/flutter/flutter/builds/176055550 One of the silenced warnings was a genuine code error. Some of the others were correct but there was no way for the analyzer to know, and I worked around them. The remainder are problems with the analyzer, specifically https://github.com/dart-lang/sdk/issues/27827 and https://github.com/dart-lang/sdk/issues/27504.
-
- 14 Nov, 2016 1 commit
-
-
Ian Hickson authored
Also fixes https://github.com/flutter/flutter/issues/6510
-
- 12 Nov, 2016 1 commit
-
-
Ian Hickson authored
-
- 10 Nov, 2016 1 commit
-
-
Ian Hickson authored
-
- 09 Nov, 2016 2 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
-
- 07 Nov, 2016 1 commit
-
-
Andrew Wilson authored
-