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

Unable to exit the wizard #327

Closed
sappo opened this issue Oct 16, 2023 · 1 comment
Closed

Unable to exit the wizard #327

sappo opened this issue Oct 16, 2023 · 1 comment

Comments

@sappo
Copy link
Contributor

sappo commented Oct 16, 2023

I could not find any way to exit an wizard and return to another view?

If I try to navigate to another page:

Navigator.pushReplacementNamed(context, "/my-route");

the following error is thrown:

Navigator.onGenerateRoute was null, but the route named "/my-route" was referenced.
To use the Navigator API with named routes (pushNamed, pushReplacementNamed, or pushNamedAndRemoveUntil), the Navigator must be provided with an onGenerateRoute handler.
@sappo
Copy link
Contributor Author

sappo commented Oct 16, 2023

I created PR #328 which solves the issue.

@d-loose d-loose closed this as completed Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants