You want a list that is dynamically updated from a...
# flutter
d
You want a list that is dynamically updated from a database everytime someone goes to click something. That means you can't use cache. You can use Supabase's realtime if you'd like. But I don't really see a problem that needs a solution.