- 08 Jan, 2016 11 commits
-
-
Ian Hickson authored
GridPaper updates
-
Hans Muller authored
Fixed a tabs scrolling typo
-
Hans Muller authored
-
Ian Hickson authored
Change how GridPaper works so that it's easier to plug in anywhere. It now takes a child that it will paint the grid over. It defaults to semi-transparent grid-paper-blue. The line spacing is also more configurable now.
-
Adam Barth authored
Optimize repainting in Scaffold
-
Hans Muller authored
Fix tab fling scrolling when the last tab is selected
-
Adam Barth authored
Previously, we triggered a layout (and hence a repaint) when sliding the draw because we gave the draw loose constraints. The drawer uses an Align to move itself to the proper side of the screen, so it can have tight constraints, which makes it a layout boundary. Also, don't trigger a layout just because the Scaffold rebuilds. There isn't any state in the scaffold custom layout, so it doesn't need to repaint just because we created a new instance of the delegate. Finally, add the debugging infrastructure I used to find these issues.
-
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 29 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
-