- 15 Feb, 2017 6 commits
-
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/8017
-
Adam Barth authored
We can't read our size in the offset setter because we might be in the middle of layout. This issue also occured with the sliver-based viewport.
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
Ryan Macnak authored
* Roll engine to b64c88766dbd83bf4bab1cd1cd1757139b6cdb74. Picks up changes to include inlined frames and line numbers in AOT stack traces. * Adjust/weaken stack_trace_test.dart to pass in the face of async causal stack traces (Issue #8128).
-
Hans Muller authored
-
- 14 Feb, 2017 26 commits
-
-
Ian Hickson authored
Since RelativeRect's whole purpose in life is to make work with Stack easier, it's silly that you can't directly use it with Positioned. Also, tests for RelativeRect. And fixes for the bugs that found...
-
Adam Barth authored
Also use the word "dropdown" consistently over "drop down".
-
Michael Goderbauer authored
... and run some more tests on Windows.
-
Adam Barth authored
This feature is wired in differently in the new scrolling world.
-
Adam Barth authored
-
Adam Barth authored
This mechanism has been replaced by slivers.
-
Michael Goderbauer authored
-
Todd Volkert authored
This is a workaround to #8141
-
Chris Bracken authored
On flutter run, we update ios/Flutter/Generated.xcconfig with various Flutter-specific settings required by xcode_backend.sh during a build from Xcode. These settings need to be present at the time the project is loaded since Xcode doesn't pick up live updates to these files. Without these settings, Xcode fails to locate xcode_backend.sh itself, causing the build to fail until the Xcode project has been closed and re-opened. This also prevents Xcode's project updater from 'helpfully' suggesting to clean up and delete the Generated.xcconfig file.
-
Michael Thomsen authored
* Move .iml file back to project root directory * Update .iml location in all examples
-
Adam Barth authored
Also, actually run the flutter_markdown tests.
-
Adam Barth authored
-
Hans Muller authored
-
Jakob Andersen authored
-
Jakob Andersen authored
-
Jakob Andersen authored
-
Adam Barth authored
Also, rename ScrollableMetrics to ScrollMetrics, which follows the naming convention for most of the other classes (e.g., ScrollPosition, ScrollPhysics). Finally, fix a bug whereby SingleChildScrollView could not have a GlobalKey, because, write test, find bug.
-
Devon Carew authored
-
Chris Bracken authored
flutter_tools testing requires the FLUTTER_TOOLS environment variable to be set. * Add note about ensuring that no devices are connected
-
Michael Goderbauer authored
-
Adam Barth authored
- MaterialList - ScrollableList - ScrollableLazyList - LazyBlock All of these widgets can be replaced by ListView now.
-
Ian Hickson authored
-
Adam Barth authored
-
Adam Barth authored
The new scrolling machinery doesn't support snap scrolling.
-
Adam Barth authored
Also fixes a bug when trying to update the offset of a viewport in a layout builder. Fixes #8054
-
Adam Barth authored
For measuring the Dart thread, we care about thread duration (tdur) rather than wall duration (dur) because we don't want to count the time when the Dart thread is descheduled (e.g., in preference to the raster thread). Prior to this change, these benchmarks were mostly measuring whether the OS decided to finish the Dart thread's time slice or hand over the CPU to the raster thread to complete the visual part of the frame. Now we actually measure the work done on the Dart thread.
-
- 13 Feb, 2017 8 commits
-
-
Adam Barth authored
I've been using these locally, but they're likely to be useful to other people as well.
-
Adam Barth authored
When a ListView scrolls, it generates a LayoutChangedNotification, which was causing Material to repaint unconditionally. That's not necessary if there are no ink effects that need to be moved. This patch skips the repaint in that case. Fixes #7937
-
Phil Quitslund authored
Fixes: #8087.
-
Yegor authored
-
Todd Volkert authored
-
Todd Volkert authored
-
Dan Rubel authored
* move flutter user analysis options file * add comments referencing each of the analysis options files
-
Michael Goderbauer authored
The old release contained some unused files that caused trouble on the Windows Chromebot.
-