首页 > 解决方案 > 我的应用程序导航出现错误,同时移动到 2 个以上的屏幕?

问题描述

我的应用程序中的导航出现错误,同时移动到 2 个以上的屏幕,当我从 A 屏幕移动到 B 时,我从 B 移动到 C 屏幕,当我从 C 屏幕按回时,我来到屏幕 A,它应该来B,任何帮助将不胜感激

标签: flutter

解决方案


You are missing the concepts of Push and Pop in Flutter when Navigating through pages.

You have to see this:

https://medium.com/flutter-community/flutter-push-pop-push-1bb718b13c31


推荐阅读