I completed "Get Started", Section 4: Write your first app from flutter.io and at last step ended with an list app with two views. Everything is working fine. Only the animation when returning to home view is tearing. New view slides down from main view. I want to change this sliding to be horizontal. Can anyone help me in this regard.
Thanks
You can subclass MaterialPageRouteand override buildTransitions.
Eg:
to use :
Replace fade transition with your animation
You can achieve this by using CupertinoPageRoute. Please check the below code.
Some play-around with animation