- 16 May, 2018 3 commits
-
-
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 15 commits
-
-
Zachary Anderson authored
-
Sam Rawlins authored
-
Jason Simmons authored
-
Hans Muller authored
-
Hans Muller authored
-
Hans Muller authored
-
Devon Carew authored
-
Todd Volkert authored
This contains the following commits: flutter/engine@9ae10ef Revert f6359e4111d37652409e2392fdb3cb72f1119c2a
-
Todd Volkert authored
This contains the following commits: flutter/engine@b856303 Revert 37e20af6a324cd4cfa1324b8c644712ef8224359 flutter/engine@39c02c4 Fixed Windows build after Blink removal flutter/engine@4a4cff9 Remove Blink code flutter/engine@f2acd0a Roll src/third_party/skia/ f31fece65..1d686a962 (10 commits)
-
Konstantin Scheglov authored
-
Chris Bracken authored
Adds unit tests for the following AOT build configurations: * iOS armv7 profile * iOS armv7 release * Android armv7 profile (AOT blob) * Android arm64 profile (AOT blob) * Android armv7 release (AOT blob) * Android arm64 release (AOT blob)
-
Chris Bracken authored
Further digging revealed that the reason --no-sim-use-hardfp was required to be specified explicitly was that Android engine gen_snapshot binaries are built on Windows with target_os=win.
-
xster authored
-
xster authored
-
Greg Spencer authored
This fixes #17169 by adding onChangeStart and onChangeEnd to the slider. These will be called when the user starts a change, and when they end a change, regardless of whether that change is a tap or a drag. These differ from onChanged, in that they only report when the user starts and ends an interaction, not at every slight change.
-
- 10 May, 2018 3 commits
-
-
Todd Volkert authored
The non-deprecated variants aren't widely available yet
-
Todd Volkert authored
Previously, the only hook into the rasterizer schreenshot code path was via FlutterDriver.screenshot. This adds the ability for the Flutter tool to hook into all three types of screenshots: 1. device (e.g. `adb shell screencap`) 2. Skia (capture spk) 3. Rasterizer (capture PNG via the engine)
-
Todd Volkert authored
This contains the following commits: flutter/engine@fade83c Bypass the raster cache when screenshotting
-