https://github.com/flutter/flutter/issues/55170 workaround: ```dart LoadingMoreCustomScrollView( slivers: [ SliverToBoxAdapter(), // Bug fix: https://github.com/flutter/flutter/issues/55170 LoadingMoreSliverList() ] ) ```