expandable_page_view icon indicating copy to clipboard operation
expandable_page_view copied to clipboard

RenderViewport does not support returning intrinsic dimensions. With PageView / ExpandablePageView vertical scroll directions

Open Turbozanik opened this issue 2 years ago • 0 comments

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.vertical 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.

Turbozanik avatar Oct 13 '22 15:10 Turbozanik