Flutter: Achieving custom page swipe animation with pageview

Issue

This Content is from Stack Overflow. Question asked by CrazynooB

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



Solution

This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.

This Question and Answer are collected from stackoverflow and tested by JTuto community, is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.

people found this article helpful. What about you?