- 02 Dec, 2015 8 commits
-
-
Ian Hickson authored
Fix crash when going back in stocks app.
-
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 15 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.
-
Hans Muller authored
Tabs scroll animation The TabBar's selection is now represented by a TabBarSelection object which encapsulates both the previous and currently selected indices and the Performance used to animate the selection indicator. Added a TabBarView class which displays a tab's contents. It uses a shared TabBarSelection to stay in sync with a TabBar. The TabBarView scrolls in sync with the TabBar when the selection changes. Eventually it will allow one to fling the selection forward or backwards. Added a tabBar property to ToolBar. Typically the corresponding TabBarView will be the body of the toolbar's Scaffold. Removed TabNavigatorView and TabNavigator. Added a widget gallery tabs demo page. Removed the old tabs demo.
-
Hans Muller authored
The TabBar's selection is now represented by a TabBarSelection object which encapsulates both the previous and currently selected indices and the Performance used to animate the selection indicator. Added a TabBarView class which displays a tab's contents. It uses a shared TabBarSelection to stay in sync with a TabBar. The TabBarView scrolls in sync with the TabBar when the selection changes. Eventually it will allow one to fling the selection forward or backwards. Added a tabBar property to ToolBar. Typically the corresponding TabBarView will be the body of the toolbar's Scaffold. Removed TabNavigatorView and TabNavigator. Added a widget gallery tabs demo page. Removed the old tabs demo.
-
- 29 Nov, 2015 1 commit
-
-
Adam Barth authored
Clean up code organization in flutter_tools
-