infinite_list_pagination
infinite_list_pagination copied to clipboard
i fond some issue on your code
- first thanks for sharing with us so in the onLoading part when you get data with pagination it will show you no more data but in fact there data neet to show so when i remove if check on result it work perfect like this :
onLoading: () async { await getPassengerData(); refreshController.loadComplete(); }
from the doc "after data returned,set the footer state to idle" so that what we need to do
thnaks again 👍