kalismeras61 / flutter_page_transition

This is Flutter Page Transition Package
BSD 2-Clause "Simplified" License
471 stars 56 forks source link

Pop current page transition #67

Closed lockieRichter closed 2 years ago

lockieRichter commented 2 years ago

Hi, love this library, thanks for the great work!

It would be great to have a page transition that pops the current page off the screen. Ideally this would work the same a the Navigator.pop() method, but would have the benefit of allowing you to specify the enter and exit page.

The main reason that I am asking is because if you call Navigator.pop() on an empty navigation stack you wont get the screen you want, but by specifying the lib you could have the destination route specified.