- 17 May, 2018 7 commits
-
-
Noam Drong authored
-
Alexander Aprelev authored
-
Ryan Macnak authored
-
Greg Spencer authored
I'm moving the assets in the assets-for-api-docs repo to a slightly different location to help with organization in that repo, so this PR points the doc URLs to the new location. The old assets won't be removed until this PR makes its way to the API docs website. No documentation or code changes here, other than changing doc image URLs.
-
Dan Field authored
* Fix consolidate response and add test * Update AUTHORS * ignore content-length * fix formatting/update comment * more commas * Fix consolidate response and add test * Update AUTHORS * ignore content-length * fix formatting/update comment * more commas * remove extra newline
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
- 16 May, 2018 13 commits
-
-
Michael Goderbauer authored
-
Hans Muller authored
restored https://github.com/flutter/flutter/pull/17496 restored https://github.com/flutter/flutter/pull/17580
-
Chris Bracken authored
Remaining issue was fixed in 580c844c.
-
Hans Muller authored
-
Chris Bracken authored
-
Sam Rawlins authored
-
Chris Bracken authored
-
-
Sarah Zakarias authored
-
Mikkel Nygaard Ravn authored
-
Greg Spencer authored
This adds a simple spacer widget first suggested by Scott Stoll (@ScottS2017) in the abandoned PR #15802 This PR replaces that one, cleans it up, and adds a test.
-
Jonah Williams authored
-
Chris Bracken authored
On smaller-screen devices such as the iPhone 4s, more scrolling is required between the Material dialog demo and the Material pickers demo than will happen within the default timeout.
-
- 15 May, 2018 12 commits
-
-
Michael Goderbauer authored
... so the tree doesn't become dirty just by building it.
-
Hans Muller authored
-
liyuqian authored
Fixes #16832
-
Chris Bracken authored
In FlutterDriver.scrollUntilVisible, pause momentarily after we kick off the waitFor() call, in order to give that call a chance to complete before we start scrolling if the element is on-screen.
-
Hans Muller authored
This reverts commit ee019c0b.
-
Chris Bracken authored
This reverts commit 1095eafe.
-
Hans Muller authored
-
Chris Bracken authored
When attempting to locate an element in the Flutter Gallery transition performance driver test, attempt to scroll downward in increments of 25% of the screen rather than by an absolute pixel amount. This helps get the test passing on devices with relatively small screen heights.
-
David Shuckerow authored
* Add a draggable axis restrictor and tests
-
Todd Volkert authored
1. Make CupertinoSwitch use BoxShadow.toPaint() so that it respects the `debugDisableShadows` flag. 2. Increase blue radius on debug banner 3. Only stroke "synthetic shadow" borders if elevation is positive.
-
Ian Hickson authored
In theory, this should aid with tree shaking and minutely optimize the code in release builds.
-
Greg Spencer authored
Before this change, if CDPATH was set, and you type (from the flutter root) "bin/flutter --version" you would get an error. This is because the cd command in follow_links was printing the directory Bash chose from the CDPATH to stdout, causing the path to have a newline in it, which understandably confuses the rest of the script.
-
- 14 May, 2018 6 commits
-
-
Greg Spencer authored
Take into account the subtitle height when adjusting the height of the widget. Added a test.
-
Chris Bracken authored
-
jcollins-g authored
-
Alexander Markov authored
-
Hans Muller authored
-
Vyacheslav Egorov authored
* Search for a suitable ARM sysroot instead of hardcoding it; * Add facility to explain why NDK was not found;
-
- 12 May, 2018 1 commit
-
-
Jonah Williams authored
-
- 11 May, 2018 1 commit
-
-
Zachary Anderson authored
-