- 25 Apr, 2017 3 commits
-
-
Michael Goderbauer authored
* Do not lower-case paths during canonicalization. This breaks hot reload on some platfroms with case insensitive file systems. * Add unit tests
-
Alexandre Ardhuin authored
-
Adam Barth authored
This patch reworks some of the guts of scrolling to make it easier to implement nested scrolling effects. The actually nested scrolling effect will be included in a later patch.
-
- 24 Apr, 2017 10 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
-
Adam Barth authored
This patch introduces the notion of a keyboard token, which generalizes the logic in EditableText for distinguishing between gaining focus by default and gaining focus because of an explicit use action. Fixes #7985
-
Michael Thomsen authored
* Remove Pods dir from layers example * Remove Pods dir from flutter_view example
-
Todd Volkert authored
This will help us know for sure exactly which sub-script erred.
-
Todd Volkert authored
It's going to be replaced by #8963 Fixes #8947
-
Michael Thomsen authored
-
Michael Thomsen authored
-
Michael Thomsen authored
* Upgrade node version * Upgrade node version, but no further than 6 which is in LTS
-
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 7 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.
-