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

android build failed on flutter 3 #196

Closed akar995 closed 2 years ago

akar995 commented 2 years ago

` ../../../../.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.

EdsonBueno commented 2 years ago

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