fayeed / flutter_mentions

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

OnMentionAdd is not working #32

Open heybriancheung opened 3 years ago

heybriancheung commented 3 years ago

I have tried your example and added an OnMentionAdd callback

onMentionAdd: (e) { print(e); }

But when I click on the suggestion, nothing happens.

kylas-ankit commented 3 years ago

Wrap you MaterialApp with Portal. It should work simply.

saraljain12 commented 2 years ago

facing the same issue it isn't working