Flutter: Achieving custom page swipe animation with pageview

Viewed 18

I'm trying to make a custom animation for pageview and was looking for some guidance. I already tried using transformer pageview but in my use case it's crashing and found it unreliable.

I'm looking to implement 2 animations

  1. depth based transition where a pages move behind and scale back
  2. regular overlay, during swipe pages are stacked on top of each other

I want to know if it's possible to achieve this with regular pageview, if so how do I go about it?

Appreciate your help

0 Answers
Related