mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This change brings iOS return key behaviour in line with current behaviour on Android. * Implements TextInputClient.performAction for iOS Adds FlutterTextInputAction * enum Defaults return key to 'Done' Ends editing and hides the keyboard if * 'Done' is pressed Future work is planned to support configurable return/action key behaviour. See: #9573, #9210, #8028.