- 08 Feb, 2017 1 commit
-
-
Adam Barth authored
Now that ensureVisible works, we can use ListView instead of Block in this demo.
-
- 28 Jan, 2017 1 commit
-
-
Ian Hickson authored
-
- 22 Jan, 2017 2 commits
-
-
Ian Hickson authored
hideText -> obscureText hideDivider -> !showDivider
-
Ian Hickson authored
-
- 19 Jan, 2017 2 commits
-
-
Adam Barth authored
We expect TextField to be used much more often than Input. This patch updates our old example code to use TextField instead. See #7031
-
Adam Barth authored
This patch is the first of a series to rationalize the names of the text-input related widgets. See #7031
-
- 18 Jan, 2017 1 commit
-
-
Hans Muller authored
-
- 16 Dec, 2016 2 commits
-
-
Matt Perry authored
Callers can manually validate by calling validate(), or tell the Form to validate on every change by setting the `autovalidate` parameter. Fixes https://github.com/flutter/flutter/issues/7219
-
Hans Muller authored
-
- 22 Nov, 2016 1 commit
-
-
Adam Barth authored
This patch replaces uses of Flexible with Expanded where we're using FlexFit.tight. We still need to think of a better name for the FlexFit.loose variant. Also, improve the docs for Row, Column, Flex, and RenderFlex to be more problem-oriented and to give a complete account of the layout algorithn. Fixes #6960 Fixes #5169
-
- 02 Nov, 2016 1 commit
-
-
Matt Perry authored
FormField is now a widget that can contain any type of field. Input no longer has special code to handle form fields. Instead, there is a helper widget InputFormField for using an Input inside a FormField. Fixes https://github.com/flutter/flutter/issues/6097 and based on feedback from the same.
-
- 20 Oct, 2016 1 commit
-
-
Matt Perry authored
This partially reverts https://github.com/flutter/flutter/issues/626 , but horizontal padding is not in the spec, so we still match the spec.
-
- 19 Oct, 2016 1 commit
-
-
Adam Barth authored
This patch removes uses of keyboard.mojom in favor of the TextInputPlugin.
-
- 14 Oct, 2016 1 commit
-
-
Matt Perry authored
* Add a maxLines parameter for multiline Input. If maxLines is 1, it's a single line Input that scrolls horizontally. Otherwise, overflowed text wraps and scrolls vertically, taking up at most `maxLines`. Also fixed scrolling behavior so that the Input scrolls ensuring the cursor is always visible. Fixes https://github.com/flutter/flutter/issues/6271 * oops * comments * import * test and RO.update fix * constant * fix.caretRect
-
- 05 Oct, 2016 1 commit
-
-
Matt Perry authored
Fixes https://github.com/flutter/flutter/issues/6154
-
- 28 Sep, 2016 1 commit
-
-
Adam Barth authored
To match the Align widget (and several other widgets). Fixes #6101
-
- 27 Sep, 2016 1 commit
-
-
Matt Perry authored
Fixes https://github.com/flutter/flutter/issues/6056
-
- 17 May, 2016 1 commit
-
-
Matt Perry authored
BUG=https://github.com/flutter/flutter/issues/3970
-
- 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.
-
- 06 Apr, 2016 1 commit
-
-
- 25 Mar, 2016 1 commit
-
-
Matt Perry authored
-
- 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
-
- 10 Mar, 2016 1 commit
-
-
Matt Perry authored
BUG=https://github.com/flutter/flutter/issues/1547
-