我有 CustomScrollView,里面有 SliverFixedExtentList 和 SliverList。我在 SliverFixedExtentList 的委托中放置了一个 PageView。事情是在滚动到底部并打开详细信息页面并返回之后它给了我这个我不太明白的异常:
══╡ 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.
你知道发生了什么吗?这是产生问题的要点:https ://gist.github.com/figengungor/e03704744d0ef786a15ecb783060f730 (