EdsonBueno / infinite_scroll_pagination

Flutter package to help you lazily load and display pages of items as the user scrolls down your screen.
https://pub.dev/packages/infinite_scroll_pagination
MIT License
632 stars 214 forks source link

Plugin stopped Working #109

Closed abdulec90 closed 3 years ago

abdulec90 commented 3 years ago

This plugin was working fine until yesterday. Suddenly it stopped working and displaying an error screen without specifying the cause of it. Please look into it urgently. It says something went wrong. Screenshot_1624374134

DZESU commented 3 years ago

May your API return something from that crash your code. As far as I know, This view happened when PagingController.error is assigned, I could be wrong tho.

abdulec90 commented 3 years ago

@DZESU Thank you for your response . let me debug PagingController.error to check for exact error

abdulec90 commented 3 years ago

@DZESU found the issue, it was related to flutter null safety, as i was assigning null to a variable. now it is working fine. Closing the issue now

EdsonBueno commented 3 years ago

Thank you for your help @DZESU