Relative Content

Tag Archive for fluttertabbar

inserting a TabBarView/TabBar between Content in a Scrollable Column

I’m trying to add a tabBar with TabBarView in the middle of a page, the Content of the Tabs has Dynamic height (some Tabs are longer than others), I tried modifiyng that approach but it ended up making the start and end content fixed at the top and bottom of the page, so I used an External Package AutoScaleTabBarView and It basically did what I wanted but there was a bug