-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.
Description
Currently, if a SpellCheckConfiguration is defined to enable spell check (see docs) and the platform the app is running on does not have support for spell check (e.g. web) or the spell checker connected to the enabled IME on the device is not supported, an assertion error will be hit (see examples: #34688 (comment), #119868 (comment))
This should be modified to instead allow spell check to fail silently and a warning can be added to warn the developer that it is being disabled in order to avoid hitting the error.
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.