Bryan DigitalBry
 · COO @ Till Always

Infinite scroll in gridview with searchbar

Hello fellow Flutterflowers,

I want to combine a Gridview with infinite scroll with a search function.

What I want to achieve is on the homepage, display a list of profiles, that you can scroll trough, but also have a search bar where you can quickly search a profile and it would filter the gridview displayed on the homepage based on my query (First name & Last name)

I have watched many tutorials, tried a lot of ways to achieve this, but none seemed to work since search functions don't seem to support infinite scroll.

Right now I tried using a backend quesry but the filter functionality is quite limited.

Anyone that could help me with this or has an idea of how to implement this?

Below you can find a picture so you get an idea

Thank you!