Closed gabriel-gheorghe closed 1 year ago
Hi @doublegarts, Can you provide a sample code? I tested it and it works
https://qlevar-router.netlify.app/#/dashboard/products I used the code as it is here. On the official example you can see the issue.
In this case where we are saving the state of the page, we are not removing the page from stack, we are just pushing it back, the page still exists. So when you are switching back to it, it will not animate because flutter does not create it again, and the transition animation is only occurred with creating the page But yes, maybe I should add some kind of animation when switching. I don't know if this is possible. I will look into it soon. Or if you have any info or reference that could help will be great.
I am inside a QRoute.withChild() widget. First time I switch to a child the transition effect takes place. The second time I switch to the same child, the transition effect doesn't do anything.