- 10 Dec, 2015 1 commit
-
-
Hans Muller authored
-
- 04 Dec, 2015 1 commit
-
-
Hixie authored
Have the widget support min/max arguments to make the widget easier to use. Also, fix the dragging so it's actually where the knob is.
-
- 30 Nov, 2015 1 commit
-
-
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.
-
- 26 Nov, 2015 4 commits
-
-
Adam Barth authored
Also, refactor more common code into RenderToggleable and handle dark themes more correctly. Fixes #601
-
Adam Barth authored
-
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
Also, clean up the main.dart file to prepare for making dynamic theme changes.
-