jajpa / paging_library

A Flutter package for paginating a list view
MIT License
37 stars 7 forks source link

setState can be called after the widget is disposed #5

Open hacker1024 opened 5 years ago

hacker1024 commented 5 years ago

This happens if the widget is disposed while data is being fetched.

hacker1024 commented 5 years ago

I've fixed this in #6 .

lekeCoder commented 4 years ago

Hello, I am still having this issue. I used this library in 4 tabs and this error keeps popping up whenever I click the third or fourth tab. What can l do?