flutter/packages/flutter_driver
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
..
lib Rationalize text input widgets (#9119) 2017-04-01 17:30:21 -07:00
test Bump mockito to version 2.0.2 (#8713) 2017-03-10 13:53:22 -08:00
test_driver add driver failure test (#6776) 2016-11-09 15:28:30 -08:00
flutter_driver.iml Update iml files (#7025) 2016-11-27 07:46:54 -08:00
pubspec.yaml Update devfs_test to use MemoryFileSystem (#8811) 2017-03-27 12:55:19 -07:00