- 24 Apr, 2017 1 commit
-
-
Michael Thomsen authored
-
- 23 Apr, 2017 2 commits
-
-
Alexandre Ardhuin authored
* more widget const constructors * prefer const constructors * address review comments
-
Brian Slesinsky authored
Without this flag, it shows progress via increasing numbers instead of a progress bar. For some reason, the IDEA console seems to be okay with that.
-
- 22 Apr, 2017 2 commits
-
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
* enable lint overridden_fields * address review comment
-
- 21 Apr, 2017 16 commits
-
-
Adam Barth authored
-
xster authored
-
Alexandre Ardhuin authored
-
Adam Barth authored
This constructor makes it easier to use a GridView with a builder callback. Fixes #8952
-
Alexandre Ardhuin authored
* make @immutable const * fix build
-
Adam Barth authored
Fixes #5166
-
Adam Barth authored
We now attempt to explain what went wrong. Fixes #9509
-
Hans Muller authored
-
Ian Hickson authored
-
Phil Quitslund authored
-
Ian Hickson authored
Move the Drag*Details classes into drag_details.dart. Move the one-gesture drag recognizers into monodrag.dart. Move Drag into drag.dart. Adjust the comments to claim that Drag is used by other things than MultiDragGestureRecognizer. (Right now this is a lie but it will hopefully be true soon.)
-
Adam Barth authored
This is such a fundamental property of the system that we forgot to document it. Fixes #6818
-
jcollins-g authored
* Have sanity check pass on old and new versions of flutter
-
Michael Thomsen authored
* Add Pods cache dir to ios/.gitngnore * Add missing ending newlines
-
Michael Thomsen authored
* Make seperation between app and plugin main.dart more manageable. * Jakob review feedback * Remove empty line * Add missing newline
-
Alexandre Ardhuin authored
-
- 20 Apr, 2017 12 commits
-
-
Zachary Anderson authored
-
P.Y. Laligand authored
-
Todd Volkert authored
-
John McCutchan authored
There is a race where we could complete a future based on a stream event and then before we cancel the stream subscription, we get another event and try and complete the future again.
-
Devon Carew authored
* improve progress display when running apps; speed up startup * review comments
-
Alexandre Ardhuin authored
* comprehensive list of lints * add comments to commented out lint * fix unnecessary_this lints * exclude prefer_final_fields
-
Ian Hickson authored
These tests have recently been turning the build red incorrectly. Until they are reliable, let's mark them flaky.
-
Alexandre Ardhuin authored
-
Kasper Lund authored
-
xster authored
-
Hans Muller authored
-
Jason Simmons authored
A change in overflow mode requires calculation of the text size and resetting the overflow shader
-
- 19 Apr, 2017 7 commits
-
-
Jason Simmons authored
Subsequent operations like debugAssertDoesMeetConstraints() may do layout operations that alter _textPainter's state. Fixes https://github.com/flutter/flutter/issues/9372
-
Adam Barth authored
-
Devon Carew authored
-
Chinmay Garde authored
* Remove FadeTransition from _MountainViewFadeTransition. * Update tests.
-
xster authored
-
Hans Muller authored
-
Ian Hickson authored
-