You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, when I route from the default dialog home screen, which is my selection screen to which page I want to navigate. When I perform get.to.... I can back from the screen and access it back from the defualt dialog but when on the target screen I open a new dialog and I perform get.back it does not let me open any get.to from the dialog I returned to on the main screen. Hope it was understood.
Does anyone know the problem?
** With Navigator.push(
context,
MaterialPageRoute...... is Work
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Hello, when I route from the default dialog home screen, which is my selection screen to which page I want to navigate. When I perform get.to.... I can back from the screen and access it back from the defualt dialog but when on the target screen I open a new dialog and I perform get.back it does not let me open any get.to from the dialog I returned to on the main screen. Hope it was understood.
Does anyone know the problem?
** With Navigator.push(
context,
MaterialPageRoute...... is Work
The text was updated successfully, but these errors were encountered: