flutter/examples/flutter_gallery/lib/gallery
Adam Barth ae8994860e Rationalize text input widgets (#9119)
After this patch, there are three major text input widgets:

 * EditableText. This widget is a low-level editing control that
   interacts with the IME and displays a blinking cursor.

 * TextField. This widget is a Material Design text field, with all the
   bells and whistles. It is highly configurable and can be reduced down
   to a fairly simple control by setting its `decoration` property to
   null.

 * TextFormField. This widget is a FormField that wraps a TextField.

This patch also replaces the InputValue data model for these widgets
with a Listenable TextEditingController, which is much more flexible.

Fixes #7031
2017-04-01 17:30:21 -07:00
..
app.dart use color.shadeXxx instead of color[Xxx] (#8932) 2017-03-21 23:14:55 +01:00
demo.dart Rename dependenciesChanged to didChangeDependencies (#8767) 2017-03-14 11:21:53 -07:00
drawer.dart add @required when there's an assert not null (#9124) 2017-03-31 18:34:13 +02:00
example_code.dart Rename ImageFit to BoxFit (#8871) 2017-03-17 15:21:55 -07:00
example_code_parser.dart Fix Gallery example code display initialization (#6176) 2016-10-03 12:00:01 -07:00
home.dart add @required when there's an assert not null (#9124) 2017-03-31 18:34:13 +02:00
item.dart Rationalize text input widgets (#9119) 2017-04-01 17:30:21 -07:00
syntax_highlighter.dart Declare locals final where not reassigned (gallery) (#8571) 2017-03-03 17:51:21 -08:00
updates.dart add @required when there's an assert not null (#9124) 2017-03-31 18:34:13 +02:00