fayeed / flutter_mentions

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

How to delete the mention after mentioning. #41

Closed basha97 closed 3 years ago

fayeed commented 3 years ago

@basha97 you can use the markupText prop to get the text which would include the ids of the users mention you might need to run some regex to find it.