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
I am using fluro to handle the routing for our web app. I am able to get everything working using the standard Navigator.pushNamed, but when I try and use FluroRouter.appRouter.navigateTo so that I can pass in a custom class that is handling the session data.
When I use navigateTo flutter returns an error saying no route was found to handle 'dashboard'
I am using fluro to handle the routing for our web app. I am able to get everything working using the standard Navigator.pushNamed, but when I try and use FluroRouter.appRouter.navigateTo so that I can pass in a custom class that is handling the session data.
When I use navigateTo flutter returns an error saying no route was found to handle 'dashboard'
Here is my code where I set up the routes:
and then I am calling it in the onSelectChanged of a datatable like this:
The text was updated successfully, but these errors were encountered: