-
-
Notifications
You must be signed in to change notification settings - Fork 129
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
Exception thrown in nested_navigation example #144
Comments
I cannot reproduce this. When exactly does this exception get thrown? |
Does this error appear in v0.10.2 / v1.0.0-nullsafety.6? I have a feeling that exactly this was fixed there |
@devj3ns it has been thrown at the very beginning of the application. I am working with Web. Logs of nullsafety
flutter doctor
|
Hi, just to raise that I have the same issue (not from the nested_navigation example). I'm currently on
|
@mordivgor @tomosullivan8 is it maybe that you have this error, but the application runs OK? |
Yeh, it seems to be running fine, I do get the exception of I'll try and take a look later and confirm! |
@tomosullivan8 No, it's definitely not your fault. I saw this error before and can confirm that I see it now also. It's somehow related to the relationship among multiple |
I can confirm that application runs ok, just the exception is thrown.
It shows that when routerDelegate is RootRouterDelegate then routeInformationParser is not null. |
@mordivgor thanks for your valuable insight. I was able to figure out that I should then have beamer:
git:
url: https://github.com/slovnicki/beamer.git it should be without exceptions now. When you or @tomosullivan8 confirm it's alright, I will release it as |
Can confirm its without exception, thanks for fixing! |
There is an exception thrown while using nested_navigation example from examples.
The text was updated successfully, but these errors were encountered: