- 01 Apr, 2016 26 commits
-
-
Viktor Lidholt authored
Initial version of complex layout performance test
-
Ian Hickson authored
-
Ian Hickson authored
-
Ian Hickson authored
Tweak the typography demo to match the spec more
-
Adam Barth authored
Previously we weren't padding the top and the bottom of drop-down menus but the spec says these should have 8.0 pixel of padding, the same as popup menus. Fixes #2683
-
Jason Simmons authored
Support "flutter refresh" in the Gradle-based sample project
-
Devon Carew authored
* sort imports
-
Adam Barth authored
Polish selection controls
-
Andrew Wilson authored
Leave all entered targets when finishing.
-
Andrew P. Wilson authored
-
Devon Carew authored
pubspec normalization; remove den
-
Devon Carew authored
-
Adam Barth authored
Capture closures around megamorphic dispatches
-
Adam Barth authored
The performLayout and build callsite are highly megamorphic because they dispatch into a large number of clients. However, for a given caller, the callee is always of the same type, which means the megamorphic lookup exactly factors by the caller. We can speed up the dispatch by capturing a closure at initialization and then monomorphically dispatching through the closure.
-
Adam Barth authored
Add a scrolling test now that it passes
-
Collin Jackson authored
Update engine version
-
Adam Barth authored
Don't delay between dismissing a snack bar and the next snack bar
-
Collin Jackson authored
-
Collin Jackson authored
Update engine
-
Adam Barth authored
Previously, the Dismissable widget was animating down to zero width off screen. Now, we tell it to skip the resize animation. Fixes #3030
-
Adam Barth authored
Add review feedback to dartdocs
-
Adam Barth authored
-
Collin Jackson authored
-
Adam Barth authored
Fix broken link in the docs
-
Adam Barth authored
Drop is a separate word than down
-
Adam Barth authored
We fixed this issue a different way but the test is still valuable.
-
- 31 Mar, 2016 14 commits
-
-
Yegor authored
[driver] switch to different pause event workaround
-
krisgiesing authored
Fix spinning_mixed widget example, plus minor style fix
-
Adam Barth authored
Improve setState-after-dispose error message
-
Adam Barth authored
We now explicitly mention the possibility of a memory leak. Fixes #2978
-
Kris Giesing authored
-
Adam Barth authored
Therefore, we use _ between them in the file name.
-
Adam Barth authored
-
Viktor Lidholt authored
Initial version of Fancy line drawer demo
-
krisgiesing authored
Part 2 of independent layout pipelines
-
Kris Giesing authored
Adds BuildOwner to manage the dirty list and build processing for widgets/elements, and adds a widget unit test to make sure separation is enforced. Fixes #2723
-
Adam Barth authored
Rename ToggleControlsDemo to SelectionControlsDemo
-
Adam Barth authored
Document which widgets require a Material ancestor
-
Adam Barth authored
Also, fill out other documentation for these widgets. Fixes #967
-
Adam Barth authored
Be explicit about the theme in the starter app
-