Milad-Akarie / auto_route_library

Flutter route generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[QUESTION] Why RouteMatch operator == doesn't have args?

jehhxuxu opened this issue · comments

I'm trying to navigate to a page and this page is already in the stack but with different args, navigate compares the pages and cannot check if it's different.
When I add args, it works, so I want to know if there is a reason why the RouteMatch operator == doesn't have args?