Flutter integrated stacked and tabbed navigations
问题 Consider following application (it's a schematic preview and it may be a bit tricky to understand!): The app contains 3 screens, which is as follows: Screen 1 : a simple screen which has a simple content (like a web page content without any specific link to another page). Screen 2 : a stacked content which you can navigate through widgets with basic Navigator methods such as pop and push. Screen 3 : a tabbed content, such as bottom navigation bar or tab bar, which has two tabs a and b , which