issues
search
fayeed
/
flutter_mentions
A simple flutter input widget to add @ mentions functionality to your app
MIT License
107
stars
122
forks
source link
Expose AnnotationEditingController and add suggestionListWidth param
#105
Open
adar2378
opened
1 year ago
adar2378
commented
1 year ago
Using key to find controller does not seem to be a proper way of accessing controller. We should be able to provide the controller from outside if needed.
Added width for suggestionList