kalismeras61 / flutter_page_transition

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

Ability to apply transitions on previous route. #58

Closed m-zaink closed 2 years ago

m-zaink commented 2 years ago

Why haven't you added the ability to transition the previous route and the current route yet?

Something like the ExitRoute in this article.

kalismeras61 commented 2 years ago

This package already has same functionality. You can use leftToRightJoined, rightToLeftJoined and also bottom and top joined transitions.