- 02 Mar, 2017 1 commit
-
-
xster authored
* Add cupertino to gallery and add CupertinoButto * Use single quotes * Add disabled state * Some review notes * Make button animation more responsive and tweak timing * Renamed things Cupertino * Button with background, move cupertino demos, move material demos * Move 2 level list too * Refactor various demo route names * Some review notes * More reviews and add test * Linter as * Move private constant up
-
- 05 Jan, 2017 1 commit
-
-
Adam Barth authored
This patch changes the default appearance of Slider to not have the thumb be an open circle at its minimum position. The `thumbOpenAtMin` property can enable drawing an open thumb at the min position, which was the previous behavior. Fixes #6941
-
- 14 Nov, 2016 1 commit
-
-
Hans Muller authored
-
- 29 Aug, 2016 1 commit
-
-
Adam Barth authored
Previously, it was unclear that the middle slider was disabled. Fixes #5517
-
- 12 Jun, 2016 1 commit
-
-
Adam Barth authored
We now use the `@required` annotation to encourage developers to explicitly set onPressed and onChanged callbacks to null when that would disable the widget. Fixes #287
-
- 25 May, 2016 1 commit
-
-
Adam Barth authored
Address feedback from material design team. Fixes #4144 Fixes #4145 Fixes #4146
-
- 09 May, 2016 1 commit
-
-
Hans Muller authored
-
- 21 Apr, 2016 1 commit
-
-
Adam Barth authored
Use the route table to generate the list of screens to test in the smoke test.
-
- 04 Apr, 2016 1 commit
-
-
Adam Barth authored
Fixes #1541
-
- 14 Mar, 2016 1 commit
-
-
Hixie authored
-
- 13 Mar, 2016 2 commits
-
-
Adam Barth authored
* justifyContent -> mainAxisAlignment * alignItems -> crossAxisAlignment * FlexJustifyContent -> MainAxisAlignment * FlexAlignItems -> CrossAxisAlignment Fixes #231
-
Adam Barth authored
* left -> leading (Removes an LTR bias) * center -> title (Widget was actually centered) * right -> actions (Removes an LTR bias, asymmetric with leading) Fixes #2348
-
- 12 Mar, 2016 2 commits
-
-
Adam Barth authored
This patch renames StatelessComponent to StatelessWidget and StatefulComponent to StatefulWidget. Fixes #2308
-
Adam Barth authored
Fixes #1382
-
- 22 Jan, 2016 1 commit
-
-
Hans Muller authored
-
- 20 Jan, 2016 1 commit
-
-
Hans Muller authored
-
- 11 Jan, 2016 1 commit
-
-
Adam Barth authored
Previously we used a positional argument for widgets that had multiple children. Now we use a named argument that defaults to an empty list. Fixes #241
-
- 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.
-
- 26 Nov, 2015 1 commit
-
-
Adam Barth authored
Also, clean up the main.dart file to prepare for making dynamic theme changes.
-
- 25 Nov, 2015 2 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.
-