- 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
-
- 03 Nov, 2016 2 commits
-
-
Ian Hickson authored
Closes https://github.com/flutter/flutter/issues/5743
-
Ian Hickson authored
-
- 02 Nov, 2016 1 commit
-
-
Matt Perry authored
FormField is now a widget that can contain any type of field. Input no longer has special code to handle form fields. Instead, there is a helper widget InputFormField for using an Input inside a FormField. Fixes https://github.com/flutter/flutter/issues/6097 and based on feedback from the same.
-
- 01 Nov, 2016 1 commit
-
-
Chris Bracken authored
-
- 31 Oct, 2016 1 commit
-
-
Adam Barth authored
Fixes #6591
-
- 28 Oct, 2016 1 commit
-
-
Ian Hickson authored
-
- 25 Oct, 2016 1 commit
-
-
Chris Bracken authored
-
- 17 Oct, 2016 2 commits
-
-
Adam Barth authored
Developers need to get the size of the BuildContext sufficiently often that we should provide a convenient getter for the value. Having this getter is also an opportunity to catch common mistakes and provide useful error messages that guide developers towards better patterns. Fixes #2321
-
Adam Barth authored
Fixes #6209
-
- 07 Oct, 2016 1 commit
-
-
Adam Barth authored
This patch adds `@checked` everywhere is needed to remove the `strong_mode_invalid_method_override` strong mode error.
-
- 26 Sep, 2016 1 commit
-
-
Ian Hickson authored
This requires all AnimationController objects to be given a TickerProvider, a class that can create the Ticker. It also provides some nice mixins for people who want to have their State provide a TickerProvider. And a schedulerTickerProvider for those cases where you just want to see your battery burn. Also, we now enforce destruction order for elements.
-