Closed jslattery26 closed 3 years ago
Hi @jslattery26! Thanks for making this PR. But I have already fixed it in the latest version 1.0.0-nullsafety.1
.
Still not fixed in 1.0.0-nullsafety.1.
Widget _buildListView(PaginationLoaded loadedState) {
var listView = CustomScrollView(
reverse: widget.reverse,
shrinkWrap: widget.shrinkWrap,
scrollDirection: widget.scrollDirection,
physics: widget.physics,
slivers:
...
Controller still not being set in _buildListView.
Sorry my bad @jslattery26
The scrollController parameter was never passed to the buildListView > CustomScrollView controller property