flutter/packages
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
..
flutter Rationalize text input widgets (#9119) 2017-04-01 17:30:21 -07:00
flutter_driver Rationalize text input widgets (#9119) 2017-04-01 17:30:21 -07:00
flutter_markdown Update and modernize the flutter_markdown package (#9044) 2017-03-27 20:47:33 -07:00
flutter_test add @required when there's an assert not null (#9124) 2017-03-31 18:34:13 +02:00
flutter_tools roll engine and update tools for the removal of dart:jni (#9137) 2017-03-31 16:20:14 -07:00
.gitignore add summary files to .gitignore (#5891) 2016-09-15 20:32:59 -07:00