Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
896 views
in Technique[技术] by (71.8m points)

flutter web mis-spelled word indication in textfield (red squiggly line)

As far as I can tell, there is no spell checker currently for Flutter web. Therefore, I'm trying to experiment using a simple spell checker package (https://pub.dev/packages/spell_checker) along with a list of English words (https://pub.dev/packages/english_words)

However, the final piece that I'm missing is a way to show some kind of underline under the mis-spelled words. That is, how to change the style of the text input by the user in an 'TextField()' widget to show errors.

How can I manipulate that text in the textfield()?

question from:https://stackoverflow.com/questions/65940156/flutter-web-mis-spelled-word-indication-in-textfield-red-squiggly-line

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...