fayeed / flutter_mentions

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

`matchAll` doesn't work #120

Closed maRci002 closed 7 months ago

maRci002 commented 8 months ago

20 broke matchAll since the general regexp pattern '${element.trigger}([A-Za-z0-9])*' is also escaped.

In PR #119 I also added a fix for it 652d6da