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

Hi, This PR adds functionality to allow manipulation of the optionsList width and also attempts to expose OptionsList padding.

Hi, Can you possibly show the suggestion list should come where is the cursor? Reference ![image](https://github.com/fayeed/flutter_mentions/assets/81243940/87187bca-7d96-47ac-a4dc-825fc3bb8737)

Can you display the chip widget inside the textfield? Something like this ![image](https://github.com/fayeed/flutter_mentions/assets/81243940/656741ce-db9f-4a16-ba0a-425059bb821f)

I have implemented the flutter mentions, everything is working fine but when suggestion are shown and tapping on any of the suggestion is not working, Here is my code

Suggestion list showing under the other widget. So that we can't select items. For your reference: ![image](https://github.com/fayeed/flutter_mentions/assets/81243940/7fa54f4e-0998-4132-be2b-575fb14de747)

- Using key to find controller does not seem to be a proper way of accessing controller. We should be able to provide the controller from outside if needed. -...