- 08 Jan, 2016 5 commits
-
-
Hans Muller authored
Fix tab fling scrolling when the last tab is selected
-
Adam Barth authored
generate docs for sprites
-
Ian Hickson authored
Reimplement TabBarSelectionState.of() using new methods
-
Ian Hickson authored
-
Hans Muller authored
-
- 07 Jan, 2016 30 commits
-
-
Seth Ladd authored
-
Adam Barth authored
Tabs don't display items other than 0 and 1
-
Adam Barth authored
The TabBarView wants to remap page indices during tab transitions, which I broke when I refactored TabBarView. Fixes #1119
-
Adam Barth authored
Limit the size of the image cache
-
Adam Barth authored
Fixed #1009
-
Adam Barth authored
Handle trying to upgrade Flutter with no upstream
-
Adam Barth authored
Move default back behavior to FlutterWidgetBinding
-
Adam Barth authored
Fixes #1084
-
Adam Barth authored
Remove BlockDirection in favor of ScrollDirection
-
Ian Hickson authored
Fix Scrollable.of()
-
Adam Barth authored
`flutter start` crashes when port 8181 is in use
-
Adam Barth authored
We'll probably renaming ScrollDirection to Axis in a future patch. Fixes #151
-
Adam Barth authored
Catch the error and log a warning. Fixes #1050
-
Hans Muller authored
TabBarView material gallery demo
-
Adam Barth authored
Previously MaterialApp was responsible for ending the activity when the back stack was empty. However, this behavior is more general than material. This patch moves the behavior to FlutterWidgetBinding, which has a global view of all the binding observers. Fixes #1086
-
Hans Muller authored
-
Ian Hickson authored
Make ancestorStateOfType() and ancestorRenderObjectOfType() support subclassing. Fixes https://github.com/flutter/flutter/issues/1087
-
Ian Hickson authored
Rationalise all our exception catching and reporting code
-
Ian Hickson authored
- make them all have the same style - make them all include the stack trace last - make them all stop printing if their callback is set (if appropriate, they don't yet all have callbacks)
-
Ian Hickson authored
Remove unreferenced getter "debugDoesLayoutWithCallback".
-
Ian Hickson authored
I think I wanted to use this at some point but ended up going a different direction. Instead, object.dart has a private field that serves a similar purpose.
-
Adam Barth authored
AnimatedContainer has an issue with one config value change and not another
-
Eric Seidel authored
Revert "Make `flutter listen` exit nicely when missing dependencies"
-
Eric Seidel authored
-
Eric Seidel authored
Make `flutter listen` exit nicely when missing dependencies
-
Adam Barth authored
If we're already at the target value, we fail to configure the variable. If another variable animates, we re-animate the other variable. Fixes #958
-
Eric Seidel authored
Previously it died with a confusing exception. @chinmaygarde
-
Adam Barth authored
Enable more asserts when building with virtual viewports
-
Adam Barth authored
-
Adam Barth authored
Switch PageableList over to using RenderList
-
- 06 Jan, 2016 5 commits
-
-
Adam Barth authored
This patch moves PageableList off HomogeneousViewport and onto RenderList and friends, making it match the new ScrollableList.
-
Chinmay Garde authored
Download the Xcode artifacts for the current engine revision
-
Devon Carew authored
have flutter logs log stderr
-
Chinmay Garde authored
-
Eric Seidel authored
Teach `flutter trace stop` to use time on the device.
-