- 02 Dec, 2015 11 commits
-
-
Adam Barth authored
This patch integrates Mimicable with Overlay such that you can tell a Mimicable to lift up into the overlay and animate towards another widget identified by a global key.
-
Adam Barth authored
Rename _updateScrollBehaviour to _updateScrollBehavior
-
Ian Hickson authored
Fix crash when going back in stocks app.
-
Adam Barth authored
Fixes #675
-
Ian Hickson authored
Heroes with the same tag have to have keys that are unique across the entire subtree. Since we can now show both stock lists, this means we have to include the tab in the heroes' keys. Fixes #668.
-
Florian Loitsch authored
Remove animation scheduler.
-
Florian Loitsch authored
-
Florian Loitsch authored
Merge the two schedulers.
-
Florian Loitsch authored
-
Jason Simmons authored
Initialize the track color fields in _RenderSwitch
-
Jason Simmons authored
-
- 01 Dec, 2015 16 commits
-
-
Jason Simmons authored
Add output to "flutter apk" indicating where the APK file was written
-
Jason Simmons authored
Generate an Android manifest in "flutter init"
-
Jason Simmons authored
-
Jason Simmons authored
-
Ian Hickson authored
Remove the assert when opening popup menus.
-
Ian Hickson authored
Some paint bounds are in fact empty, e.g. at the start of a growing animation if there's also a fade, the initial 0x0 box will also be opacity:0, and might get a dedicated layer and PaintingContext.
-
Ian Hickson authored
Model ink splashes more physically
-
Ian Hickson authored
-
Adam Barth authored
Update package:test to the latest version
-
Adam Barth authored
-
Adam Barth authored
Makes it easier to hit IconButton
-
Adam Barth authored
The right fix here is to use a radial reaction, but for now we can just make the gesture detector including the padding acround the icon in its hit test region. Fixes #575
-
Adam Barth authored
Fix Input padding to match the material spec
-
Adam Barth authored
Also, handle the case of "dense" input widgets that have less margin. Fixes #626
-
Adam Barth authored
Add input#hideText
-
Adam Barth authored
This feature can be used to implement password fields, where the user doesn't want the text displayed on screen. Currently all the characters are hidden. Eventualy we'll want to show the most recent character for some timeout. Fixes #636
-
- 30 Nov, 2015 13 commits
-
-
Ian Hickson authored
NavigatorTransaction
-
Hixie authored
To make it easier to avoid pushing twice in one frame, provide a transaction mechanism for the navigator.
-
Adam Barth authored
Add a default onEnter/onExit for EnterExitTransition
-
Adam Barth authored
PopupMenu shouldn't use CustomPaint
-
Adam Barth authored
We now default to the identity transition.
-
Adam Barth authored
Bottom sheets shouldn't dismiss when flung up
-
Adam Barth authored
Align is now powerful enough to do all the work we need to do here.
-
Ian Hickson authored
New methods for manipulating Navigators.
-
Adam Barth authored
-
Adam Barth authored
-
Hixie authored
* NavigatorState.replaceRouteBefore() * NavigatorState.removeRouteBefore() * NavigatorState.popUntil()
-
Ian Hickson authored
Add a "replace()" API for the navigator.
-
Hixie authored
This lets you dynamically replace one route with another.
-