- 22 Dec, 2015 1 commit
-
-
Hans Muller authored
-
- 18 Dec, 2015 1 commit
-
-
Eric Seidel authored
This is a png version of the flutter logo generated on my desktop from the SVG in the flutter.io repository. TBR @hansmuller
-
- 17 Dec, 2015 1 commit
-
-
Eric Seidel authored
@abarth @hixie
-
- 16 Dec, 2015 2 commits
-
-
Hans Muller authored
The TabBarSelection change animation needs to start where the fling's drag gesture ended rather than from zero. The intial vlaue of progress for the TabBarSelection's performance is now converted from the range used during an interactive drag, to the range used when animating from the previously selected tab to the new one. TabBarSelection now requires a maxIndex parameter.
-
Hans Muller authored
-
- 10 Dec, 2015 1 commit
-
-
Hans Muller authored
-
- 04 Dec, 2015 2 commits
-
-
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.
-
Adam Barth authored
Also, fill in a back arrow when we can go back. Fixes #699
-
- 03 Dec, 2015 1 commit
-
-
Adam Barth authored
This patch restructures how we handle drawer. The drawer is now a child of the Scaffold, which wraps the Drawer in a DrawerController. The DrawerController manages the interaction with the navigator as well as the edge swiping. The DrawerController's state machine is driven almost entirely off its Performance, which it now owns completely. Fixes #90 Fixes #187 Fixes #192 Fixes #194 Fixes #604
-
- 30 Nov, 2015 2 commits
-
-
Hixie authored
To make it easier to avoid pushing twice in one frame, provide a transaction mechanism for the navigator.
-
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.
-
- 25 Nov, 2015 4 commits
-
-
Adam Barth authored
Also, have the slider draw different in its disabled state.
-
Adam Barth authored
The slider in this patch works, but it's missing animations and many subtle touches.
-
Adam Barth authored
After this patch, TimePicker should work correctly. Fixes #559
-
Devon Carew authored
-
- 24 Nov, 2015 2 commits
-
-
Adam Barth authored
You can't actually pick a time with the time picker yet, but this patch adds most of the plumbing.
-
Adam Barth authored
-
- 23 Nov, 2015 3 commits
-
-
Adam Barth authored
-
Adam Barth authored
Fixes #464
-
Adam Barth authored
http://www.google.com/design/spec/components/chips.html#chips-behavior This patch adds support for deletable and non-deleteable chips, but doesn't yet add support for contact chips. Also, demo the chips in a new Material Gallery app that will let us demo our gallery of widgets in a single app.
-