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

Update package to Flutter 3.0 compatible #197

Closed gorkemsari closed 2 years ago

gorkemsari commented 2 years ago

../../Applications/flutter/.pub-cache/hosted/pub.dartlang.org/infinite_scroll_pagination-3.1.0/lib/src/ui/paged_sliver_builder.dart:257:24: Warning: Operand of null-aware operation '?.' has type 'WidgetsBinding' which excludes null.

gorkemsari commented 2 years ago

@EdsonBueno

nicks258 commented 2 years ago

any updates?

EdsonBueno commented 2 years ago

This is now published on version 3.2.0. Thanks all for spotting this.