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

Default text is not showing in annotation form... mainly for editing... Adding is going well, but for editing we have to pass the text in default text but I see...

Bug Regex: ## Simulation: Suggestion User Name ``` @Fay @Fayeed @Fayeed Pawaskar ``` ##Bug Tap `@Fayeed Pawaskar` on suggestion result will be `@Fay` I suspect code in `RegExp('$_pattern'),` on file...

Is there a way to limit the width size of the suggestions? (Like setting a width size or matching content width) suggestionBuilder seems to be matching the screen width, adding...

Hello what do you think to add a property for suggestionListWidth to adjust the width of the mention suggestion

![photo_2022-06-17_16-19-23](https://user-images.githubusercontent.com/54689374/174316724-90586e7c-eae0-407c-87f8-6e0d4c8a94e4.jpg)

update version of portal lib from 0.0.4 to 1.1.1

As per now this plugin fetch **hashtag** from existing **hashtag list data** suppose user want to add some **custom hashtag** then how this can be done?

I ran into the issue where I was searching/filtering the mentions data via remote http calls, and then updating state with the newly filtered data. However, the library then also...

When pressing on mentions nothing happens and there is no way or method for selecting the mention[index]