mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
1b01211ee6
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.