flutter_page_transition
flutter_page_transition copied to clipboard
Reverse Transition in push
Is there any way that I can reverse the transition so the push animation looks like a pop?
Theoretically possible, but flutter_page_transition doesn't implement it. I don't know why you need it this way.
I want to navigate like pushAndReplace like if it was a pop
OK, I plan to add this feature in the next release.