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 only trigger mention if there is a space before the "@" sign #36

Open andrea-h10 opened 3 years ago

andrea-h10 commented 3 years ago

Currently, the behaviour appears to be that if a user types @andrea - the package automatically turns it into a mention.

However, this means that if a user types email@andrea.com then it also is displayed as a mention. I do not want it to be considered a mention if there is not a space before the @ sign.

How to make it so that a mention is triggered by " @" not simply "@"?

Thank you very much

fayeed commented 3 years ago

@andrea-h10 This is a bug, I will add a fix in some time.

ShehanTreineticOfficial commented 2 years ago

is this fixed?