- 01 Dec, 2015 3 commits
-
-
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 4 commits
-
-
Adam Barth authored
Clean up code organization in flutter_tools
-
Adam Barth authored
1) Moved basic utility code into base/ directory to make it clear which code doesn't depend on Flutter-specific knowldge. 2) Move the CommandRunner subclasses into a runner/ directory because these aren't commands themselves.
-
Adam Barth authored
Remove build_sky_apk.dart
-
Adam Barth authored
This script has been subsumed by `flutter apk`.
-
- 28 Nov, 2015 2 commits
-
-
Ian Hickson authored
dev/update_packages.dart --upgrade
-
Ian Hickson authored
Add an --upgrade flag to the dev/update_packages.dart flag which runs 'pub upgrade' instead of 'pub get'. Tell people to use this when using 'flutter analyze' since 'pub get' doesn't have the same guarantee of getting everything in sync.
-
- 27 Nov, 2015 2 commits
-
-
Adam Barth authored
-
Adam Barth authored
Properly paint disabled switches
-
- 26 Nov, 2015 14 commits
-
-
Adam Barth authored
Also, refactor more common code into RenderToggleable and handle dark themes more correctly. Fixes #601
-
Adam Barth authored
Add missing types for list literals
-
Adam Barth authored
-
Adam Barth authored
Improve Material selection controls
-
Adam Barth authored
- These controls now have proper radial reactions. - You can drag the switch. - The radio button animates properly. - There's a demo in the Material Gallery
-
Adam Barth authored
Move RenderTogglable to material.dart
-
Adam Barth authored
Move Material Gallery demos into a directory
-
Adam Barth authored
Also, clean up the main.dart file to prepare for making dynamic theme changes.
-
Adam Barth authored
Fixes #219
-
Ian Hickson authored
Operators needed to lerp a FractionalOffset.
-
Ian Hickson authored
List assets used by Stocks demo
-
Ian Hickson authored
Fix minor typos and style nits.
-
Ian Hickson authored
Turn the LocalHistoryRoute into a mixin.
-
Hixie authored
Without this, you can't use AnimatedValue<FractionalOffset>, because its lerp() function uses the operators.
-