- 04 May, 2017 9 commits
-
-
Phil Quitslund authored
* Minor grammar fixes. * Update README.md
-
postmasters authored
Trivial doc typo.
-
jcollins-g authored
-
xster authored
* Remove all initial cocoapod traces from flutter create except Podfile * Make updateXcodeGeneratedProperties parameters named * review notes
-
Hans Muller authored
-
Ian Hickson authored
-
Todd Volkert authored
-
Ian Hickson authored
-
Chris Bracken authored
-
- 03 May, 2017 22 commits
-
-
Hans Muller authored
-
Todd Volkert authored
This message will be picked up by IntelliJ and shown to the user in a toast.
-
xster authored
-
Hans Muller authored
-
Chris Bracken authored
-
Todd Volkert authored
This reverts commit 9f5fa31e.
-
Todd Volkert authored
-
Chris Bracken authored
Brings hello_world and flutter_gallery Android code in line with the corresponding iOS code.
-
Chris Bracken 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
-
Kyle Bradshaw authored
Fixes #9757
-
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
-
xster authored
* Let printError print bold as well * review notes
-
Todd Volkert authored
-
Adam Barth authored
-
Adam Barth authored
-
- 02 May, 2017 9 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.
-
xster authored
* Don’t automatically pod setup if the user never did it * fix/add test * rename getters
-
Devon Carew authored
* fix an issues with reloading when paused at a breakpoint * update docs
-
Chris Bracken authored
Eliminates Gallery-specific hardcoding of app package and activity name in the test. Fixes breakage introduced with 1dc2d4eb due to main activity class now being MainActivity.
-
Chris Bracken authored
-
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>
-
Michael Goderbauer authored
* Populate PUB_ENVIRONMENT for initial pub get * review comments * change order
-
Adam Barth authored
-