- 21 Apr, 2017 2 commits
-
-
Adam Barth authored
We now attempt to explain what went wrong. Fixes #9509
-
Ian Hickson authored
-
- 20 Apr, 2017 1 commit
-
-
Alexandre Ardhuin authored
* comprehensive list of lints * add comments to commented out lint * fix unnecessary_this lints * exclude prefer_final_fields
-
- 19 Apr, 2017 2 commits
-
-
xster authored
-
Adam Barth authored
Turns out we have many immutable classes. Fixes #6892
-
- 17 Apr, 2017 2 commits
-
-
Hans Muller authored
-
Hans Muller authored
-
- 14 Apr, 2017 1 commit
-
-
Adam Barth authored
There are more places we can use this annotation, but this patch just gets us started.
-
- 11 Apr, 2017 1 commit
-
-
xster authored
Rename State.config to State.widget Rename State.didUpdateConfig to State.didUpdateWidget Renamed all State subclasses' local variables named config to something else
-
- 08 Apr, 2017 1 commit
-
-
Ian Hickson authored
Also, add a specific message for BuildContext.size for RenderSlivers.
-
- 06 Apr, 2017 1 commit
-
-
Ian Hickson authored
Still many more to go.
-
- 05 Apr, 2017 1 commit
-
-
Ian Hickson authored
This yak shave went as follows: Fix https://github.com/flutter/flutter/issues/8795 by adding stocks to the examples README. Notice the layers entry in that README isn't quite right either. Update that. Check the layers/README file is worth pointing at. Update the layers/README. Let's run some of the layer tests to see if they still work. Oops, need to update them to gradle. Ok let's try running them again. Oops, sector is broken. Add a test for sector. Fix sector. Find you need to add an assert to a const constructor. Notice we need to turn const asserts on for the analyzer. Notice the analysis_options files are out of sync with each other and with the full list of lints. Turn on the lints that should be on. Fix the bugs that finds.
-
- 04 Apr, 2017 1 commit
-
-
Adam Barth authored
These where used only by the old focus system. Let's remove them before they grow more clients.
-
- 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
-