A
A
ashyr962020-09-26 15:40:29
Dart
ashyr96, 2020-09-26 15:40:29

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())
  ])
])

Desired result on GIF5rn1k8F

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question