- 01 Feb, 2017 13 commits
-
-
Chris Bracken authored
-
Adam Barth authored
Instead of using mixins and subclasses, we now use a `ScrollPhysics` delegate to customize the scrolling phyics for Android and iOS. This change will make it easier to customize the scroll position for paging.
-
Michael Goderbauer authored
-
Chris Bracken authored
Also emits the version information in flutter doctor output. ios-deploy > 1.9.0 is required to deploy to iOS devices.
-
Jason Simmons authored
* Return null from VM.mainView if no view exists * Retry in connectToServiceProtocol if a view is not yet available * Do not explicitly call exit from the benchmarks - it will not cleanly shut down the engine
-
Adam Barth authored
The only remaining client of ScrollableGrid (the old version) is Pesto, which needs AppBar integration.
-
Adam Barth authored
SliverFill fills the remaining space in the viewport with each box child. We'll use this sliver as a building block for pageable lists.
-
Adam Barth authored
-
Adam Barth authored
This patch removes unnecessary uses of scrollableKey from tests. Scrollable2 will likely use a different mechanism for identifying itself, so we want to focus on the uses of scrollableKey that will need to be addressed in the new implementation.
-
Adam Barth authored
These functions were previously hidden inside other functions but they are useful enough to expose directly. Specifically, I plan to use these when implementing Scrollable2.ensureVisible.
-
Chris Bracken authored
This avoids Xcode complaining at us about unused xcconfig files (for the time being).
-
Chris Bracken authored
-
Ian Hickson authored
-
- 31 Jan, 2017 16 commits
-
-
Jakob Andersen authored
* Update gradle example to support x86 in debug mode. Changed the Flutter Gradle plugin a bit to better fit in with the Android build. Fixes #6136 Fixes #6864 Fixes #7539
-
Michael Goderbauer authored
-
Chris Bracken authored
-
xster authored
* Print the error message multiple times to avoid overlap with status bar and add paragraph to mock_canvas
-
Adam Barth authored
This update includes the fix for the search box.
-
Ian Hickson authored
-
Ian Hickson authored
It was causing the flakiness because it was too short. The default timeout is better.
-
Ian Hickson authored
These tests would fail sometimes when run locally. Since they happen to also be the ones that are flaky on bots, maybe there's some relationship, even though the failure mode on bots is different. In any case, this removes a variable.
-
Ian Hickson authored
-
Ian Hickson authored
-
Jason Simmons authored
-
Adam Barth authored
This patch adds grid supports to slivers and introduces a ScrollGrid convenience class for making the common types of scrollable grids. This patch also deploys ScrollGrid in an example in the Flutter Gallery.
-
Jason Simmons authored
The finder will only match the widget's ValueKey if both have identical runtime types
-
Adam Barth authored
Our previous behavior of hard-coding the unselected label color to 70% of the selected color was too restrictive. Fixes #7738
-
Adam Barth authored
Now that ScrollView supports itemExtent, we can use it in a few more places.
-
Ian Hickson authored
-
- 30 Jan, 2017 6 commits
-
-
Devon Carew authored
-
Adam Barth authored
Add SliverList A SliverList is a linear layout of box children in a viewport that all have a common, fixed extent along the scroll axis. The layout is similar to a SliverBlock but more efficient.
-
Ian Hickson authored
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/4620
-
Devon Carew authored
-
- 29 Jan, 2017 1 commit
-
-
Ian Hickson authored
ValueKey and ObjectKey shouldn't be == with subclasses. Fixes https://github.com/flutter/flutter/issues/3107 Clean up toString for the keys a bit. Add a test for keys.
-
- 28 Jan, 2017 4 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
-
Ian Hickson authored
The needsLayout getter is prone to misuse. See discussion on #3083.
-
Ian Hickson authored
Reverts a change from https://github.com/flutter/flutter/pull/3158. Fixes https://github.com/flutter/flutter/issues/3161
-