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

fixed #205

Closed elmurphy closed 1 year ago

elmurphy commented 2 years ago

It just null safety

clragon commented 2 years ago

version 3.2.0 of this package has specifically removed that so that it removes a warning in flutter version 3.0.

please upgrade to flutter version 3.0. if you do not plan on upgrading to version 3.0, then there is no reason to use version 3.2.0 of this package. you can downgrade to version 3.1.0.

It would also be possible to make the package compatible with both versions: https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.0.0#your-code but there is not much of a reason to do that right now.