im using bottom navigation for my app. in this i need to move one bottomnavigationitem to another while clicking the button.In this below image, Home is first screen here i’m having a button by clicking this move next bottomnavigation screen
As per my knowledge and understanding, this is what you’ve been looking for. It’s a bottom navigation bar linked with their respective page (The page has buttons). So, the bottom navigation changes using the bottom tab & also using their page. I did optimization, the whole source code in under 100 lines. Feel free to provide acknowledgement in the comment section.
2
Answers
This can be achieved using pageView and PageController.
Custom Page:
Main Page:
As per my knowledge and understanding, this is what you’ve been looking for. It’s a bottom navigation bar linked with their respective page (The page has buttons). So, the bottom navigation changes using the bottom tab & also using their page. I did optimization, the whole source code in under 100 lines. Feel free to provide acknowledgement in the comment section.