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 run example #28

Closed bartonhammond closed 4 years ago

bartonhammond commented 4 years ago

I did

now what?

Screen Shot 2020-11-02 at 8 15 43 AM

fayeed commented 4 years ago

That's it there a TextField below the Get Text Button, you can type some mentions there using @ and then later press the button to log the markup text.

bartonhammond commented 4 years ago

Ok - thanks might be worth putting a border around the text field.