solid-software / languagetool_textfield

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

Fixed popup overflow by suggestions #35

Closed mitryp closed 1 year ago

mitryp commented 1 year ago

Fixes #32 Fixes #36

Wrapped the popup content in a SingleChildScrollView; Constrained the height of the popup; Added the maxHeight optional parameter to the LanguageToolMistakePopup;

Changed the MistakeBuilderCallback typedef to match the signature of the LanguageToolMistakePopup unnamed constructor for simpler interoperability.

solid-vovabeloded commented 1 year ago

If there is only one suggestion it is displayed like this: image

mitryp commented 1 year ago

I must have missed something. Will fix