Flutter pageview auto-height problem in Listview
I'm trying to make the pageview be auto height based on its child since the content in child is dynamic. So, the fixed height is not a solution for me. ListView( children: [ Container( //height: 300, //i dont want the…