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
623 stars 210 forks source link

Version 3.2.0 Breaking Change #210

Closed ChrisElliotUK closed 1 year ago

ChrisElliotUK commented 2 years ago

The latest version (3.2.0) will not work on pre Flutter 3 due to not having null checks

https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.0.0

igor-chernishenko commented 2 years ago

Easy solution - upgrade to Flutter 3.0. This issue is basically a duplicate of https://github.com/EdsonBueno/infinite_scroll_pagination/issues/204