solid-software / languagetool_textfield

🌐 Flutter text field that implements LanguageTool spellcheck.
BSD 3-Clause "New" or "Revised" License
34 stars 8 forks source link

Clear highlight on change intelligently #22

Closed solid-yuriiprykhodko closed 1 year ago

solid-yuriiprykhodko commented 1 year ago

Currently, whenever the text in the field changes, we clear all mistake highlights:

tool1

We should implement a way to intelligently clear only the relevant highlights, while persisting others: tool2