-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pushReplacementNamed is not working #26
Comments
i used Navigator .push found that Navigator .pushReplacementNamed is very diffcult |
i used Navigator .push found that Navigator .pushReplacementNamed is very diffcult
that is the code i used instead of Navigator.pushReplacementNamed but the trick is you have to replace `
final String flag; |
Just simply add the below code:
|
Navigator.pushReplacementNamed(context, '/home');
I used above code but it not woring ,but pushNamed is working .......
The text was updated successfully, but these errors were encountered: