fayeed / flutter_mentions

A simple flutter input widget to add @ mentions functionality to your app
MIT License
107 stars 122 forks source link

Add a custom Suggestion List Builder #121

Closed maRci002 closed 7 months ago

maRci002 commented 8 months ago

This should be linked to Mention rather than FlutterMentions, allowing each Mention to build its own hints.

This is beneficial, for instance, if the server is still loading suggestions, then it can show a progress indicator.