expandable_page_view
expandable_page_view copied to clipboard
RenderViewport does not support returning intrinsic dimensions. With PageView / ExpandablePageView vertical scroll directions
Hi, I am not sure this issue is related to your library. But as I am not sure, I will share it here.
I have described the issue here: https://stackoverflow.com/questions/74053907/renderviewport-does-not-support-returning-intrinsic-dimensions-with-pageview
Basically,
Combination of a SingleChildScrollView
+ IntrinsicHeight
+ PageView
or ExpandablePageView
along side with scrollDirection: Axis.vertica
l results in a RenderViewport does not support returning intrinsic dimensions and I can't understand how to fix this.
And I would be greatful if you could take a look and tell me if you have any ideas.