Allow spell check to fail silently on unsupported platforms & for unsupported spell checkers #120611
Labels
a: text input
Entering text in a text field or keyboard related problems
c: proposal
A detailed proposal for a change to Flutter
framework
flutter/packages/flutter repository. See also f: labels.
P2
Important issues not at the top of the work list
Uh oh!
There was an error while loading. Please reload this page.
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.
The text was updated successfully, but these errors were encountered: