auto_route_library
auto_route_library copied to clipboard
When I navigate to the same route a second time, the page doesn't refresh.
When I navigate to the same route a second time, if the rawQueryParams doesn't change, the page doesn't refresh.
I know the design is good, the normal situation is correct, thank you for your efforts. But I just wanted to ask if it is possible to set up to always refresh the route each time navigate.
I noticed that every time the PageRouteInfo object's operator and the associated parameters of the hashCode method changed, the route was refreshed. I don't want to give each route a random number, is there a more convenient way to handle this situation?