1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Flutter] TabBarView with variable height inside a ListView

Discussão em 'Mobile' iniciado por Stack, Novembro 3, 2024 às 21:52.

  1. Stack

    Stack Membro Participativo

    I have a ListView with multiple type of items, one of which is a widget of TabBar and TabBarView.
    The problem is each tab page's height is different and I want the ListView to wrap the tab widget dynamically according to it's height
    [​IMG]
    But the TabBarView doesn't accept unbounded height and ListView can't provide a height for it's children.
    Is there anyway this can be done? Or must I use the TabBar with something that can wrap it's content like a Column and sacrifice the ability to swipe between tabs?

    Continue reading...

Compartilhe esta Página