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
612 stars 202 forks source link

Flutter 3.13 issue: sliver_tools should be upgraded #282

Closed kamranbekirovyz closed 10 months ago

kamranbekirovyz commented 11 months ago

I would like to draw your attention to an issue that has been opened for the 'sliver_tools' package. You can view the details of the issue by visiting the following link: Issue #85 for sliver_tools.

The issue at hand is causing an error while building and running Flutter projects. This stems from the fact that the 'infinite_scroll_pagination' package relies on an outdated version of 'sliver_tools' (version 0.2.9). Unfortunately, this version is incompatible with the recently released Flutter version 3.13.0.

The problem has already been resolved in 'sliver_tools' version 0.2.11. To address this compatibility issue, I kindly request that you consider upgrading the 'sliver_tools' package to version 0.2.11.

EdsonBueno commented 10 months ago

You have to depend on our latest version (4.0.0), which depends on sliver_tools 0.2.12.