flutter_mentions icon indicating copy to clipboard operation
flutter_mentions copied to clipboard

A simple flutter input widget to add @ mentions functionality to your app

Results 68 flutter_mentions issues
Sort by recently updated
recently updated
newest added

Is it possible to make the mention readonly in the text? I want to avoid people can edit a mention. Thanks

Now we can use special chars such as $ as a trigger

When using special characters as a trigger, firstWhere throws an exception https://stackoverflow.com/questions/52354195/list-firstwhere-bad-state-no-element.

Hello , I want to ask if there is any way so that I can may trigger value to $ dollar sign. I have tried many ways but it didn't...

bug

Making maxLines nullable to be compatible with https://api.flutter.dev/flutter/cupertino/CupertinoTextField/maxLines.html - minLines and maxLines must be null when expands is true

When I typed backspace in Flutter web. 1. 1st backspace -> The mention disappears and there is an error. 2. 2nd backspace -> It reappears and the last character is...

Trying to use the expands property which states that both maxLines and minLines must be null. Unfortunately I am unable to set maxLines to null. It is not a nullable...

i'm apply example to my project but i dont know why this happen ![Capture](https://user-images.githubusercontent.com/31203141/126283477-cba70b90-1415-4c50-b80c-3c72ec23bbe3.PNG)