auto_route_library icon indicating copy to clipboard operation
auto_route_library copied to clipboard

NavigateAll method problem

Open feduke-nukem opened this issue 2 years ago • 2 comments

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?

feduke-nukem avatar Mar 21 '22 13:03 feduke-nukem

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?

erecord avatar Aug 11 '22 10:08 erecord

Have you find a solution for this @erecord ?

Kiruel avatar Oct 06 '22 13:10 Kiruel

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

github-actions[bot] avatar Dec 06 '22 08:12 github-actions[bot]