Answer the question
In order to leave comments, you need to log in
How to achieve similar navigation (gif) - Flutter?
I want to use PageView to navigate between screens. But I need the container with the menu to stay in place and switch between words. For me, the problem is that the menu container is between containers that need to be swiped.
My example code:
PageView(children[
ListView(children[
Container(child: // Stories),
Container(child: // Menu: -Messages -Contacts ), // <-- it shouldn't move
Container(child: // ListTile())
])
])
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question