I have CustomScrollView which I have SliverFixedExtentList and SliverList inside. I put a PageView inside delegate of SliverFixedExtentList. The thing is after scrolling to bottom and opening a detail page and returning back It gives me this exception which I don’t quite understand :
══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
I/flutter (25339): The following assertion was thrown while finalizing the widget tree:
I/flutter (25339): 'package:flutter/src/widgets/scroll_position.dart': Failed assertion: line 661 pos 12: 'pixels !=
I/flutter (25339): null': is not true.
Do you have any idea what’s going on? Here is the gist to produce the issue: https://gist.github.com/figengungor/e03704744d0ef786a15ecb783060f730 (