auto_route_library
auto_route_library copied to clipboard
NavigateAll method problem
Could someone explain me how to use this method?
All other methods such as pushAll or replaceAll require List<PageRouteInfo>
as an argument, meanwhile navigateAll requires List<RouteMatch>
, even navigate require PageRouteInfo. So how I suppose to use this method for case when I want to use navigate like pushAll?
Hello,
I'm having this same issue here. I have a List<PageRouteInfo>
but I can't supply that to the navigateAll()
method because it wants a List<RouteMatch>
. Is there any update on this?
I've had to lookup the correct matcher
and do a conversion from PageRouteInfo to RouteMatch myself, but the standard navigate()
method does this for me. Will navigateAll()
be updated to do the conversion for me as well?
Have you find a solution for this @erecord ?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions