fayeed / flutter_mentions

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

Mention not working when data load from server #7

Closed Gursewak-Uppal closed 4 years ago

Gursewak-Uppal commented 4 years ago

I used this plugin with Firebase and load user data (id, display name,avatar etc.) from Firebase and set State every time when record added to list but mention not working when i selected user from list.

fayeed commented 4 years ago

@Gursewak-Uppal The problem is the package doesn't support Streams & once the data is passed to FlutterMention it doesn't change later, the reason it behaves this way was for my use-case I had all user you can mention at the start. I do plan to add this functionality later but cannot give a date.