maheshj01 / searchfield

A highly customizable simple and easy to use flutter Widget to add a searchfield to your Flutter Application.This Widget allows you to search and select from list of suggestions.
MIT License
84 stars 64 forks source link

Investigate multiline capability of Searchfield #117

Open maheshj01 opened 8 months ago

maheshj01 commented 8 months ago

Is your feature request related to a problem? Please describe. As flutter goes beyond mobile it would be nice to have a searchfield capable to write multiline description similar to one on GitHub

image

The position of Suggestions would be dynamic relative to position of cursor.

bebaoboy commented 4 months ago
  1. Is this feature related to #116?
maheshj01 commented 4 months ago

Yes it is kind of related! This issue is mainly to be able to open the Suggestions Overlay at the position of Cursor dynamically within the Textfield. And #116 Will decide when to show the Suggestions and not just based on focus.