- 09 May, 2017 4 commits
-
-
Ian Hickson authored
-
Chris Bracken authored
Corrects type from string introduced in 21712a49.
-
Sarah Zakarias authored
-
Chris Bracken authored
Provides a cue to the engine to disable auto-correct/suggest.
-
- 08 May, 2017 3 commits
-
-
Ian Hickson authored
-
Hans Muller authored
-
xster authored
-
- 06 May, 2017 5 commits
-
-
Ian Hickson authored
-
Chris Bracken authored
-
Chris Bracken authored
-
Seth Ladd authored
* link more explicitly from route to navigator * fix from review
-
P.Y. Laligand authored
This affects the Fuchsia build which will soon run analysis by default.
-
- 05 May, 2017 4 commits
-
-
Hans Muller authored
-
Chris Bracken authored
-
Eason Pai authored
-
Ian Hickson authored
-
- 04 May, 2017 2 commits
-
-
Phil Quitslund authored
* Minor grammar fixes. * Update README.md
-
postmasters authored
Trivial doc typo.
-
- 03 May, 2017 11 commits
-
-
Hans Muller authored
-
Hans Muller authored
-
Ian Hickson authored
Also, I had a question about flutter_test matchers and our style guide says that when I have a question I should update the docs so I did that and then got a bit carried away.
-
Ian Hickson authored
See https://github.com/flutter/flutter/issues/9726; for some reason the markdown in this file is getting misinterpreted.
-
Ian Hickson authored
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/9342
-
Ian Hickson authored
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/7988
-
Ian Hickson authored
-
Adam Barth authored
-
Adam Barth authored
-
- 02 May, 2017 7 commits
-
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/8476 More detailed list of changes in this patch: * Replaced the didTouch special logic with more generic logic that uses Activities instead. Now instead when you tap down the Scrollable calls `hold()` which begins a HoldScrollActivity which is a hybrid of DragStartDetails and IdleScrollActivity and can be canceled. When you let go, it gets canceled and that goes ballistic. * Make DragGestureRecognizer more aggressive about grabbing pointers, otherwise a second pointer in a situation with competing horizontal and vertical recognizers always gets taken by the other one. * Fixed the _GestureSemantics widget to call the "down" callbacks so that it follows the same pattern as "real" interactions. * Added tests for the above. * Added a hashCode to ScrollActivity.toString (and subclasses). * Added a toString to ScrollDragController, and include it in DragScrollActivity's toString. * s/coorindator/coordinator/ * Add a comment in DragStartDetails to distinguish it from the otherwise identical DragDownDetails, so we're not tempted to merge them.
-
Adam Barth authored
If there is more than one action, then the AppBar should align the title to the left according to <https://material.io/guidelines/platforms/platform-adaptation.html#platform-adaptation-platform-recommendations>
-
Adam Barth authored
-
Ian Hickson authored
This splits the frame pipeline into two, beginFrame and drawFrame. As part of making this change I added some debugging hooks that helped debug the issues that came up: * I added debugPrintScheduleFrameStacks which prints a stack whenever a frame is actually scheduled, so you can see why frames are being scheduled. * I added some toString output to EditableText and RawKeyboardListener. * I added a scheduler_tester.dart library for scheduler library tests. * I changed the test framework to flush microtasks before pumping. * Some asserts that had the old string literal form were replaced by asserts with messages. I also fixed a few subtle bugs that this uncovered: * setState() now calls `ensureVisualUpdate`, rather than `scheduleFrame`. This means that calling it from an AnimationController callback does not actually schedule an extra redundant frame as it used to. * I corrected some documentation.
-
Ian Hickson authored
* Adjust the defaults behaviour of scroll views. Now, primary scroll views scroll by default. Others only scroll if necessary. * apply suggested changes
-
Adam Barth authored
-
- 01 May, 2017 3 commits
-
-
Jason Simmons authored
-
Adam Barth authored
-
Jason Simmons authored
-
- 30 Apr, 2017 1 commit
-
-
Adam Barth authored
-