flutter/dev/manual_tests
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
..
android rename Sky to Flutter and add clarifying comment to template (#7165) 2016-12-06 16:03:32 -08:00
test Declare locals as final where not reassigned (dev) (#8574) 2017-03-03 18:06:08 -08:00
.gitignore Remove //examples/widgets 2016-03-08 16:37:32 -08:00
card_collection.dart Rationalize text input widgets (#9119) 2017-04-01 17:30:21 -07:00
drag_and_drop.dart use color.shadeXxx instead of color[Xxx] (#8932) 2017-03-21 23:14:55 +01:00
material_arc.dart use color.shadeXxx instead of color[Xxx] (#8932) 2017-03-21 23:14:55 +01:00
overlay_geometry.dart use color.shadeXxx instead of color[Xxx] (#8932) 2017-03-21 23:14:55 +01:00
page_view.dart Eliminated DrawerItem, use ListTile instead (#8992) 2017-03-24 15:34:43 -07:00
pubspec.yaml Merge pubspec.yaml and flutter.yaml. (#7605) 2017-01-24 11:19:31 -08:00
raw_keyboard.dart Improve focus management (#9074) 2017-03-31 13:10:37 -07:00