Skip to content
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

popToNamed doesn't reset when used as a parameter in beamToNamed #521

Closed
slovnicki opened this issue May 13, 2022 · 0 comments
Closed

popToNamed doesn't reset when used as a parameter in beamToNamed #521

slovnicki opened this issue May 13, 2022 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@slovnicki
Copy link
Owner

@LegendAF found that:

Beamer acts like normal and if we go 3 pages deep into a location we can pop them one at a time to get back to where we were. After running this code, ANY Navigator.pop(context); results in the app going to /match-list.

beamToNamed(
  '/new_game/gametype/challenge/lobby',
  transitionDelegate: const NoAnimationTransitionDelegate(),
  popToNamed: '/match-list',
);
@slovnicki slovnicki added the bug Something isn't working label May 13, 2022
@slovnicki slovnicki added this to the v1.5.0 milestone May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant