-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use it with listview? #19
Comments
Hi @RayhanYulanda I am not sure about what you mean by But you could do something like this (this more like a hack than a really good answer, because the best answer is that this is not the right package to do what you meant) :
The issue will be about the "loading" widget but that is the best you can do with flappy_search_bar I think, if I understood well your request. I'll try to be more present on this package, despite the difficult context that had lead us to change a lot the way we work here, sorry again for the delay :) |
I'm using ListView with Card ( the card contain information of user posts, user name, post title .... ) all saved on FireStore and I would lile to add Search bar on top of ListView ( seach post by user name, by title ... ) do you suggest to use flappy_search_bar to do this ? if yes do you have any sample ? I'm confussing after reading you last comment ( But, is it a ListView in which you may search fort particular item ? It it is so, flappy_search_bar is not really the perfect widget for you I think. ) Thanks |
I wnt to make searchable listview but it really confussing how to make it
The text was updated successfully, but these errors were encountered: