You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.
I'm not really sure what the issue is. Can you post the relevant code?
Assuming I do understand you correctly though, Isn't it true that you control the ListView? Also consider using https://pub.dartlang.org/packages/material_search if you want specifically to filter a ListVIew based on user input dynamically.
If you mean that the contents of the page are 'pushed up' when the on screen keyboard is displayed, try setting 'resizeToAvoidBottomPadding' to false in your Scaffold. Hope this helps
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I need to filter the listview when user tapes in the search bar.
I have implemented the TextEditingController + listener
But, the listview is hidden when the searchbar is displayed.
How to display the list and filtered list when searchbar is active and users is typing text ?
The text was updated successfully, but these errors were encountered: