Open heybriancheung opened 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.
Wrap you MaterialApp with Portal. It should work simply.
Portal
facing the same issue it isn't working
I have tried your example and added an OnMentionAdd callback
onMentionAdd: (e) { print(e); }
But when I click on the suggestion, nothing happens.