function that reads records from supabase based on some criterias and returns a future list of maps. This function is then called as a future in a future builder. Now if I add a scroll listener so that at the end of the widget, it should read more records from supabase, will new records be read or only the already read records will be used to build widgets again?
if list of maps returned from your function will trigger rebuild then it will build somehow how you written
Обсуждают сегодня