Sonu Sharma

Results 53 comments of Sonu Sharma

@qwerty684 In feedstate file there is method named `getTweetLoist` you have remove a condition where we are allowing logged-in users' tweets to display on feed page. If you remove `x.user!.userId...

Hello @Hosea987, You need something which should be unique like `username` to mention user. Display name won't work in such case.

Thanks for letting me know. I'll update the wiki and meanwhile if you are facing the issue in activating it, have a look at this article -> https://www.filledstacks.com/post/dynamic-links-in-flutter-a-complete-guide/#create-a-dynamic-link-in-the-console

@GangaBS99 Can you elaborate on how you want to search tweets?

Yes, you are right firebase does not provide that kind of search functionality. The search functionality in Fwitter uses search operation on data that is available in-app.

@JavierPerezLavadie Thanks for sharing. It might help in search implementation.

@rahilhussain Let me know on which screen you got this error ?

This might be happening because of null safety migration. I'll look into it.

@mowet601 @rahilhussain Issue is fixed.

To make it work you need to store hash tags in a list of string on post model. When user tap on hastag then just run loop to check which...