Skip to content

Document the composing text feature #87764

@justinmc

Description

@justinmc

The composing feature of Flutter's text editing doesn't seem to be explained anywhere in the docs. The docs linked above simply state:

The range of text that is still being composed.

What this feature does is to support the IME feature that allows replacing the text currently being edited with some replacement. This is used, for example, by non-phonetic writing systems:

Screen Shot 2021-08-05 at 4 58 19 PM

And even by Gboard to do suggestions (note the underline in the field and suggestions in the keyboard):

We should explain this in the docs!

Metadata

Metadata

Labels

a: text inputEntering text in a text field or keyboard related problemsd: api docsIssues with https://api.flutter.dev/frameworkflutter/packages/flutter repository. See also f: labels.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions